Your IP : 216.73.216.176


Current Path : /home/semix18/public_html/pogtech.pl/data/widgets/navigation/
Upload File :
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);
	}
}
?>