Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->s = sectionsOb::getInstance()->section;
     $this->fname = 'login';
     $this->content_templates[0] = false;
     $this->content_templates[1] = T_TEMPLATES_DIR . '/form.html';
     $this->main_include = T_TEMPLATES_DIR . '/cms.html';
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->s = sectionsOb::getInstance()->sections;
     $this->fname = 'contact';
     $this->content_templates[1] = T_TEMPLATES_DIR . '/contact.html';
     $this->main_include = null;
     //T_TEMPLATES_DIR . '/cms.html';
     $this->sent = false;
 }