Loading Plugin.php +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ class Plugin extends Base $this->hook->on('template:layout:css', array('template' => 'plugins/MittelTheme/Template/css/main.css')); # $this->template->hook->attach('template:layout:top', 'MittelTheme:layout/top'); # $this->template->setTemplateOverride('header', 'mitteltheme:layout/header'); $this->template->hook->attach('template:auth:login-form:before', 'MittelTheme:layout/login-before'); $this->template->setTemplateOverride('header/title', 'MittelTheme:layout/title', array( 'project' => isset($project) ? $project : null, 'task' => isset($task) ? $task : null, Loading Template/layout/login-before.php 0 → 100644 +11 −0 Original line number Diff line number Diff line <div> <img alt="Mittelab Logo" src="/plugins/MittelTheme/Template/img/logo.svg" width="130" style="float: left;"/> <h1>Welcome to Mittelab Tasks!</h1> <p> This is the service used to manage tasks and stuff we do at the space. </p> <p> Members only! </p> </div> <div style="clear:both;"> </div> Loading
Plugin.php +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ class Plugin extends Base $this->hook->on('template:layout:css', array('template' => 'plugins/MittelTheme/Template/css/main.css')); # $this->template->hook->attach('template:layout:top', 'MittelTheme:layout/top'); # $this->template->setTemplateOverride('header', 'mitteltheme:layout/header'); $this->template->hook->attach('template:auth:login-form:before', 'MittelTheme:layout/login-before'); $this->template->setTemplateOverride('header/title', 'MittelTheme:layout/title', array( 'project' => isset($project) ? $project : null, 'task' => isset($task) ? $task : null, Loading
Template/layout/login-before.php 0 → 100644 +11 −0 Original line number Diff line number Diff line <div> <img alt="Mittelab Logo" src="/plugins/MittelTheme/Template/img/logo.svg" width="130" style="float: left;"/> <h1>Welcome to Mittelab Tasks!</h1> <p> This is the service used to manage tasks and stuff we do at the space. </p> <p> Members only! </p> </div> <div style="clear:both;"> </div>