Home
last modified time | relevance | path

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

/plugin/addnewpagedeluxe/
Dsyntax.php279 * @param array $newpagetemplates array of namespace templates
282 public function _htmlTemplateInput($newpagetemplates) { argument
283 $cnt = count($newpagetemplates);
284 if($cnt < 1 || $cnt == 1 && $newpagetemplates[0] == '') {
289 list($template, ) = $this->_parseNSTemplatePage($newpagetemplates[0]);
294 foreach($newpagetemplates as $template) {
/plugin/addnewpage/
H A Dsyntax.php392 * @param array $newpagetemplates array of namespace templates
395 public function htmlTemplateInput($newpagetemplates) argument
397 $cnt = count($newpagetemplates);
398 if ($cnt < 1 || $cnt == 1 && $newpagetemplates[0] == '') {
402 [$template, ] = $this->parseNSTemplatePage($newpagetemplates[0]);
407 foreach ($newpagetemplates as $template) {
/plugin/autogallery/
Dsyntax.php120 public function _htmlTemplateInput($newpagetemplates) { argument