Changeset 610 for trunk/app/views/images

Show
Ignore:
Timestamp:
06/16/08 23:05:09 (5 months ago)
Author:
aarkerio
Message:

RSS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/images/admin_listing.ctp

    r541 r610  
    11<?php  
    22//popup or full window ? 
    3 if ( $set == null ) 
    4  {  
    5    echo $html->addCrumb('Control Tools', '/admin/entries/start');  
    6    echo $html->addCrumb('Images', '#');  
    7    echo $html->getCrumbs(' / '); 
    8    echo $html->div('title_section', 'Images'); 
    9    $return = null; 
    10  }  
    11  else 
    12  { 
    13    $return = 'set'; 
    14  } 
     3if ( $set == null ): 
     4    echo $html->addCrumb('Control Panel', '/admin/entries/start');  
     5    echo $html->addCrumb(__('Images', true), '#');  
     6    echo $html->getCrumbs(' / '); 
     7    echo $html->div('title_section', __('Images', true)); 
     8    $return = null; 
     9else: 
     10    $return = 'set'; 
     11 endif; 
    1512?> 
    1613