Home
last modified time | relevance | path

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

/plugin/addnewpage/
H A Dsyntax.php83 'newpagetemplates' => array(),
103 $data['newpagetemplates'] = array_map('trim', explode(',', $m[1]));
141 $newpagetemplateinput = $this->_htmlTemplateInput($data['newpagetemplates']);
377 * @param array $newpagetemplates array of namespace templates
380 public function _htmlTemplateInput($newpagetemplates) {
381 $cnt = count($newpagetemplates);
382 if($cnt < 1 || $cnt == 1 && $newpagetemplates[0] == '') {
387 list($template,) = $this->_parseNSTemplatePage($newpagetemplates[0]);
392 foreach($newpagetemplates as $template) {
277 _htmlTemplateInput($newpagetemplates) global() argument
/plugin/autogallery/
H A Dsyntax.php120 public function _htmlTemplateInput($newpagetemplates) { argument