Esempio n. 1
0
 function __construct($template)
 {
     self::$_template = $template;
     parent::__construct($template, __('Login', APP_TD));
     add_filter('login_url', array($this, '_change_login_url'), 10, 2);
 }