| 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"])); |