Ejemplo n.º 1
0
 public function __construct($seed, $module)
 {
     parent::__construct();
     $this->th = new TemplateHandler();
     $this->th->loadSmarty();
     $this->seed = $seed;
     $this->view = 'Popup';
     $this->module = $module;
     $this->searchForm = new SearchForm($this->seed, $this->module);
     $this->th->deleteTemplate($module, $this->view);
     $this->headerTpl = 'include/Popups/tpls/header.tpl';
     $this->footerTpl = 'include/Popups/tpls/footer.tpl';
 }
 function __construct()
 {
     parent::__construct();
     $this->targetList = true;
 }
 function __construct()
 {
     parent::__construct();
 }