source: Dev/branches/cakephp/app/views/pages/mainmenu.ctp @ 127

Last change on this file since 127 was 127, checked in by fpvanagthoven, 14 years ago

Login works good. Mainmenu looks visually the same now.

File size: 265 bytes
Line 
1<?php
2echo $this->Session->flash('auth');
3echo $this->Session->flash();
4
5echo $this->element('menu');
6echo $this->element('session_menu');
7echo $this->element('application_menu');
8echo $this->element('survey_menu');
9echo $this->element('question_menu');
10?>
Note: See TracBrowser for help on using the repository browser.