Home
last modified time | relevance | path

Searched refs:getSiteTitle (Results 1 – 5 of 5) sorted by relevance

/plugin/siteexport/inc/
Dtoc.php121 $elem['name'] = $this->functions->getSiteTitle($elem['id']);
337 …return $DEPTH . '<' . $ITEM . ' label="' . $this->functions->getSiteTitle($DATA) . '" ' . ($ITEM !…
342 if (empty($indexTitle)) $indexTitle = $this->functions->getSiteTitle($conf['start']);
382 $TITLE = empty($meta['title']) ? $this->functions->getSiteTitle($ID) : $meta['title'];
398 $TOPICS[$this->functions->getSiteName($REL)] = $this->functions->getSiteTitle($REL);
436 $indexTitle = $this->functions->getSiteTitle($indexSearch);
443 $indexTitle = $this->functions->getSiteTitle($DATA[$NODENAME]);
Djavahelp.php92 …$HS = $this->getHSXML($startPageID, $this->functions->getSiteTitle($rootNode), $lang, $tsRootPath);
Dfunctions.php111 public function getSiteTitle($ID) { function in siteexport_functions
728 $title = empty($meta['title']) ? $this->getSiteTitle($elemID) : $meta['title'];
/plugin/siteexport/
Dhelper.php113 … $entry = array(':' . $site['id'], $functions->getSiteTitle($site['id']), $sortIdentifier);
/plugin/siteexport/action/
Dajax.php538 …$fileName = $dirname . '/' . $this->functions->cleanID($this->functions->getSiteTitle($ID)) . '.' …