page navi

This commit is contained in:
jeena 2013-07-19 16:35:05 +02:00
parent 1f1bf6b3f1
commit ce4538f32a
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,6 @@ class DidgeridooArtwork_Controller_Plugin_Navigation extends Katharsis_Controlle
$navigation = new Navigation();
$view->mainNavigationItems = $navigation->getAllItems();
/*
$sql = "SELECT id, name, controller, action, link FROM navigation WHERE parent_id IS NULL AND active = 1 ORDER BY sorting";
$view->mainNavigationItems = $this->_con->fetchAll($sql);