~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/Controller/IconDashboard.php

  • Committer: Dan Garner
  • Date: 2015-08-14 14:56:53 UTC
  • mto: (454.2.11) (471.2.2)
  • mto: This revision was merged to the branch mainline in revision 455.
  • Revision ID: git-v1:1316d2a22cc9cec9efa3efc40bb3764a60c119ff
Removed menus and menuitems in favor of a simplified model.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
namespace Xibo\Controller;
10
10
 
11
11
 
12
 
use Xibo\Helper\Theme;
13
 
 
14
12
class IconDashboard extends Base
15
13
{
16
14
    public function displayPage()
17
15
    {
18
16
        $this->getState()->template = 'dashboard-icon-page';
19
 
        $this->getState()->setData([
20
 
            'icons' => Theme::getMenu('Dashboard')
21
 
        ]);
22
17
    }
23
18
}
 
 
b'\\ No newline at end of file'