| Current Path : /home/semix18/public_html/pogtech.pl/data/widgets/navigation/ |
| Current File : /home/semix18/public_html/pogtech.pl/data/widgets/navigation/navigationController.class.php |
<?php /*windu.org model*/
Class navigationController extends widgetMainController
{
public function run() {
$pagesDB = new pagesDB();
$urlKey = generate::clean($this->request->getVariable('urlKey'));
$page = $pagesDB->getPageByUrlKeySmart($urlKey);
return array('pagesDB' => $pagesDB,'page' => $page);
}
}
?>