Ignore:
Timestamp:
08/27/10 17:14:12 (21 months ago)
Author:
aarkerio
Message:

Helper updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/app/views/layouts/gray.ctp

    r2294 r2486  
    2626   window.onload = timedMsg; 
    2727</script> 
    28 <?php $session->flash(); ?> 
     28<?php $this->Session->flash(); ?> 
    2929<!-- Begin Header --> 
    3030<div id="header"> 
     
    9191         
    9292 
    93  if ( !$session->check('Auth.User') ):   
     93 if ( !$this->Session->check('Auth.User') ):   
    9494      e($this->Html->para(null, $this->Html->link( 
    9595                           $this->Html->image('static/login.png', array('alt'=>'Login', 'title'=>'Login')),  
Note: See TracChangeset for help on using the changeset viewer.