Show
Ignore:
Timestamp:
07/22/08 12:58:53 (4 months ago)
Author:
aarkerio
Message:

Update general

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/controllers/news_controller.php

    r654 r665  
    3232   $this->layout = 'portal'; 
    3333         
    34    $this->pageTitle = 'News'; 
     34   $this->pageTitle = __('News', true); 
    3535     
    3636   $data = $this->paginate('News', array('News.status = 1')); 
     
    4949  $this->layout = 'portal'; 
    5050 
    51   $this->pageTitle = '::'.__('News', true); 
     51  $this->pageTitle = __('News', true); 
    5252 
    5353  $this->News->User->unbindAll();