Changeset 2486 for trunk/app/views/treasures/view.ctp
- Timestamp:
- 08/27/10 17:14:12 (21 months ago)
- File:
-
- 1 edited
-
trunk/app/views/treasures/view.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/treasures/view.ctp
r2397 r2486 7 7 8 8 if ( $permissions['belongs'] == True and $permissions['chkdate'] == True and $permissions['already'] == False): 9 echo $this->Html->para(null, 'hi! '.$ session->read('Auth.User.username'), array('style'=>'font-weight:bold;font-size:12pt;'));9 echo $this->Html->para(null, 'hi! '.$this->Session->read('Auth.User.username'), array('style'=>'font-weight:bold;font-size:12pt;')); 10 10 echo $this->Html->div('title', $blogger['User']['username'] .'s Treasure Hunt'); 11 11 … … 21 21 echo $this->Form->hidden('ResultTreasure.points', array('value'=>$data['Treasure']['points'])); 22 22 echo $this->Form->input('ResultTreasure.secret', array('size' => 15, 'maxlength'=>15, 'title'=>__('Secret code', True), 'between'=>': ')); 23 echo $this->Js->submit(__('Send final code', True).' '. $ session->read('Auth.User.username'),23 echo $this->Js->submit(__('Send final code', True).' '. $this->Session->read('Auth.User.username'), 24 24 array( 25 25 'url' => array('controller'=>'treasures', 'action'=>'chksw'),
Note: See TracChangeset
for help on using the changeset viewer.
