title = __("Login","dagsopt"); $this->pluginname = $ns->pluginname; $this->file = $ns->file; $this->ns = $ns; } function start() { add_filter('login_headerurl',array(&$this,'login_headerurl')); add_filter('login_headertitle',array(&$this,'login_headertitle')); add_filter('login_message',array(&$this,'login_message')); } function login_headerurl($t){ return "https://dags.dk/"; } function login_headertitle($t){ return "Dags dk"; } function login_message($t){ return '

'.get_option($this->pluginname."_login_support_splash").'

'; } function help(){ ?>
dagsopt['plug_login'] = $plug_login; }