This plugin requires CMSimple 4.2 or higher.

CMSimple Download & Updates »

'; } $GLOBALS['co_author_folder'] = $co_author_folder; global $co_author_folder; // echo 'von co_author: ' . $co_author_folder . $co_author_page . '
'; // for development only $co_author_doc = ''; // $co_author_doc.= '

Die folgenden Inhalte wurden extern mit CMSimpleCoAutors erstellt und mit dem Plugin CoAuthors_XH in diese Website eingebunden:

'; $co_author_doc.= file_get_contents($pth['folder']['base'].$co_author_folder.'userfiles/co_author/' . $co_author_page . '.txt'); $co_author_doc = preg_replace('~

(.*)

~', '', $co_author_doc); $co_author_doc = evaluate_scripting($co_author_doc); return($co_author_doc); } function co_authorsURL($fileURL) { global $pth; if(!defined('CMSIMPLE_VERSION')) { return '

This plugin requires CMSimple 4.2 or higher.

CMSimple Download & Updates »

'; } $co_author_doc = ''; // $co_author_doc.= '

Die folgenden Inhalte wurden extern mit CMSimpleCoAutors erstellt und mit dem Plugin CoAuthors_XH in diese Website eingebunden:

'; $co_author_doc.= file_get_contents($fileURL); $co_author_doc = evaluate_scripting($co_author_doc); return($co_author_doc); } ?>