Ejemplo n.º 1
0
 /**
  * Constructor to create a new Template object
  * @param JPHPFramework $registry the frameworks registry
  */
 public function __construct()
 {
     $this->name = 'login';
     $this->version = 0.1;
     $this->author = 'José E. Villena';
     $this->translate = Settings::getSettings('DEFAULT_LANG');
     parent::__construct();
 }
Ejemplo n.º 2
0
 /**
  * Constructor to create a new Template object
  */
 public function __construct()
 {
     parent::__construct();
 }