Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Dtoc.php118 $elem['name'] = $this->functions->getSiteTitle($elem['id']);
334 …return $DEPTH . '<' . $ITEM . ' label="' . $this->functions->getSiteTitle($DATA) . '" ' . ($ITEM !…
339 if (empty($indexTitle)) $indexTitle = $this->functions->getSiteTitle($conf['start']);
379 $TITLE = empty($meta['title']) ? $this->functions->getSiteTitle($ID) : $meta['title'];
395 $TOPICS[$this->functions->getSiteName($REL)] = $this->functions->getSiteTitle($REL);
433 $indexTitle = $this->functions->getSiteTitle($indexSearch);
440 $indexTitle = $this->functions->getSiteTitle($DATA[$NODENAME]);
H A Djavahelp.php92 …$HS = $this->getHSXML($startPageID, $this->functions->getSiteTitle($rootNode), $lang, $tsRootPath);
H A Dfunctions.php110 public function getSiteTitle($ID) { function in siteexport_functions
722 $title = empty($meta['title']) ? $this->getSiteTitle($elemID) : $meta['title'];
/plugin/siteexport/
H A Dhelper.php113 … $entry = array(':' . $site['id'], $functions->getSiteTitle($site['id']), $sortIdentifier);
/plugin/siteexport/action/
H A Dajax.php539 …$fileName = $dirname . '/' . $this->functions->cleanID($this->functions->getSiteTitle($ID)) . '.' …