Ejemplo n.º 1
0
 /**
  * Sets default medias for this controller
  */
 public function setMedia()
 {
     parent::setMedia();
     if (!$this->useMobileTheme()) {
         //TODO : check why cluetip css is include without js file
         $this->addCSS(array(_THEME_CSS_DIR_ . 'product_list.css' => 'all'));
     }
 }