Beispiel #1
0
 public function index()
 {
     if ($this->live()) {
         $this->loadModel('tagcloud', 'tagcloud');
         $tagcloud = new TagCloud();
         $data['tags'] = $tagcloud->startup();
         $this->setTitle('Popular Searches');
         $this->loadPlugInView('popular_searchs', 'tagcloud', TRUE, $data);
     }
 }