Home
last modified time | relevance | path

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

/plugin/addnewpage/
H A Dsyntax.php274 * @param array $newpagetemplates array of namespace templates
277 public function _htmlTemplateInput($newpagetemplates) { argument
278 $cnt = count($newpagetemplates);
279 if($cnt < 1 || $cnt == 1 && $newpagetemplates[0] == '') {
284 list($template, ) = $this->_parseNSTemplatePage($newpagetemplates[0]);
289 foreach($newpagetemplates as $template) {
/plugin/autogallery/
H A Dsyntax.php120 public function _htmlTemplateInput($newpagetemplates) { argument