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/podcasts/admin_listing.ctp

    r2419 r2486  
    44echo $this->Html->getCrumbs(' > '); 
    55 
    6 echo $this->Html->div('title_section', $this->Html->image('ipod.png', array('style'=>'width:35px;margin-right:6px;', 'alt'=>__('Podcasts', true), 'title'=>__('Podcasts', true))).' '.$session->read('Auth.User.username')."'s Podcasts"); 
     6echo $this->Html->div('title_section', $this->Html->image('ipod.png', array('style'=>'width:35px;margin-right:6px;', 'alt'=>__('Podcasts', true), 'title'=>__('Podcasts', true))).' '.$this->Session->read('Auth.User.username')."'s Podcasts"); 
    77 
    88 echo $this->Html->para(null, $this->Html->link($this->Html->image('actions/new.png',  
Note: See TracChangeset for help on using the changeset viewer.