Home
last modified time | relevance | path

Searched refs:ans_conf (Results 1 – 2 of 2) sorted by relevance

/plugin/anewssystem/
Dsyntax.php59 $ans_conf = array();
60 $ans_conf['newsroot'] = 'news';
61 $ans_conf['newspage'] = 'newsdata';
62 … $ans_conf['newstemplate'] = DOKU_PLUGIN.'anewssystem/tpl/newstemplate_'.$conf['lang'].'.txt';
63 $ans_conf['param'] = $params;
68 else { return $ans_conf;}
74 function render($mode,Doku_Renderer &$renderer, $ans_conf) { argument
91 if(stripos($_GET['archive'],'archive')!== false) $ans_conf['param'] = $_GET['archive'];
156 if ($ans_conf['param']==='author') {
649 elseif (strpos($ans_conf['param'], 'flash')!== false) {
[all …]
Daction.php67 if(stripos($_GET['archive'],'archive')!== false) $ans_conf['param'] = $_GET['archive'];
88 $tmp = substr($ans_conf['param'],strlen('allnews'));