Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DPage.php1977 $nearestMainFooter = $this->findNearest(TplUtility::SLOT_MAIN_FOOTER_NAME);
1992 $nearestMainFooter = $this->findNearest(Site::getSidebarName());
2005 private function findNearest($pageName) function in ComboStrap\\Page