Changeset 665 for trunk/app/controllers/news_controller.php
- Timestamp:
- 07/22/08 12:58:53 (4 months ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/news_controller.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/news_controller.php
r654 r665 32 32 $this->layout = 'portal'; 33 33 34 $this->pageTitle = 'News';34 $this->pageTitle = __('News', true); 35 35 36 36 $data = $this->paginate('News', array('News.status = 1')); … … 49 49 $this->layout = 'portal'; 50 50 51 $this->pageTitle = '::'.__('News', true);51 $this->pageTitle = __('News', true); 52 52 53 53 $this->News->User->unbindAll();
