Changeset 127 for Dev/branches/cakephp/app/views/pages/mainmenu.ctp
- Timestamp:
- 10/14/11 17:54:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/cakephp/app/views/pages/mainmenu.ctp
r126 r127 1 <div class="menu">mainmenuuu</div> 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 TracChangeset
for help on using the changeset viewer.