Changeset 738 for trunk/app/controllers

Show
Ignore:
Timestamp:
08/25/08 21:59:45 (3 months ago)
Author:
aarkerio
Message:

CHate

Location:
trunk/app/controllers
Files:
1 added
1 modified

Legend:

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

    r701 r738  
    104104 public function search()  
    105105 { 
    106       $this->layout = 'portal'; 
    107        
    108       $this->pageTitle = 'Search Results :: Karamelo E-learning on Web 2.0'; 
    109        
    110       $this->Portal->statics(); // Charge Portal components aka Sidebars 
    111        
    112       $this->Sanitize = new Sanitize; 
    113        
    114       $this->Sanitize->paranoid($this->data["Entry"]["terms"]);  
    115        
    116       $this->set('data', $this->Search->getRows($this->data["Entry"]["terms"])); 
     106  $this->layout = 'portal'; 
     107       
     108  $this->pageTitle = 'Search Results :: Karamelo E-learning on Web 2.0'; 
     109       
     110  $this->Portal->statics(); // Charge Portal components aka Sidebars 
     111       
     112  $this->Sanitize = new Sanitize; 
     113       
     114  $this->Sanitize->paranoid($this->data["Entry"]["terms"]);  
     115       
     116  $this->set('data', $this->Search->getRows($this->data["Entry"]["terms"])); 
    117117 } 
    118118