source:
Dev/branches/rest-dojo-ui/cakephp/app/views/pages/mainmenu.ctp
@
312
Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago | |
---|---|
File size: 265 bytes |
Line | |
---|---|
1 | <?php |
2 | echo $this->Session->flash('auth'); |
3 | echo $this->Session->flash(); |
4 | |
5 | echo $this->element('menu'); |
6 | echo $this->element('session_menu'); |
7 | echo $this->element('application_menu'); |
8 | echo $this->element('survey_menu'); |
9 | echo $this->element('question_menu'); |
10 | ?> |
Note: See TracBrowser
for help on using the repository browser.