Changeset 2486 for trunk/app/views/layouts/gray.ctp
- Timestamp:
- 08/27/10 17:14:12 (21 months ago)
- File:
-
- 1 edited
-
trunk/app/views/layouts/gray.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/gray.ctp
r2294 r2486 26 26 window.onload = timedMsg; 27 27 </script> 28 <?php $ session->flash(); ?>28 <?php $this->Session->flash(); ?> 29 29 <!-- Begin Header --> 30 30 <div id="header"> … … 91 91 92 92 93 if ( !$ session->check('Auth.User') ):93 if ( !$this->Session->check('Auth.User') ): 94 94 e($this->Html->para(null, $this->Html->link( 95 95 $this->Html->image('static/login.png', array('alt'=>'Login', 'title'=>'Login')),
Note: See TracChangeset
for help on using the changeset viewer.
