page navi
This commit is contained in:
parent
1f1bf6b3f1
commit
ce4538f32a
2 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue