Searched refs:newpagetemplates (Results 1 – 3 of 3) sorted by relevance
279 * @param array $newpagetemplates array of namespace templates282 public function _htmlTemplateInput($newpagetemplates) { argument283 $cnt = count($newpagetemplates);284 if($cnt < 1 || $cnt == 1 && $newpagetemplates[0] == '') {289 list($template, ) = $this->_parseNSTemplatePage($newpagetemplates[0]);294 foreach($newpagetemplates as $template) {
392 * @param array $newpagetemplates array of namespace templates395 public function htmlTemplateInput($newpagetemplates) argument397 $cnt = count($newpagetemplates);398 if ($cnt < 1 || $cnt == 1 && $newpagetemplates[0] == '') {402 [$template, ] = $this->parseNSTemplatePage($newpagetemplates[0]);407 foreach ($newpagetemplates as $template) {
120 public function _htmlTemplateInput($newpagetemplates) { argument