Searched refs:newpagetemplates (Results 1 – 2 of 2) sorted by relevance
83 'newpagetemplates' => array(),103 $data['newpagetemplates'] = array_map('trim', explode(',', $m[1]));141 $newpagetemplateinput = $this->_htmlTemplateInput($data['newpagetemplates']);377 * @param array $newpagetemplates array of namespace templates380 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
120 public function _htmlTemplateInput($newpagetemplates) { argument