Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
K
kanboard-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Giacomo Lavermicocca
kanboard-theme
Commits
71ecb883
Commit
71ecb883
authored
May 17, 2017
by
Aljaž Srebrnič
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless template
parent
d616d9a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
Plugin.php
Plugin.php
+0
-1
Template/layout/top.php
Template/layout/top.php
+0
-3
No files found.
Plugin.php
View file @
71ecb883
...
@@ -8,7 +8,6 @@ class Plugin extends Base
...
@@ -8,7 +8,6 @@ class Plugin extends Base
public
function
initialize
()
public
function
initialize
()
{
{
$this
->
hook
->
on
(
'template:layout:css'
,
array
(
'template'
=>
'plugins/MittelTheme/Template/css/main.css'
));
$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->setTemplateOverride('header', 'mitteltheme:layout/header');
$this
->
template
->
hook
->
attach
(
'template:auth:login-form:before'
,
'MittelTheme:layout/login-before'
);
$this
->
template
->
hook
->
attach
(
'template:auth:login-form:before'
,
'MittelTheme:layout/login-before'
);
$this
->
template
->
setTemplateOverride
(
'header/title'
,
'MittelTheme:layout/title'
,
array
(
$this
->
template
->
setTemplateOverride
(
'header/title'
,
'MittelTheme:layout/title'
,
array
(
...
...
Template/layout/top.php
deleted
100644 → 0
View file @
d616d9a7
<div
id=
"top-bar"
>
Top Bar
</div>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment