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
d7258fff
Commit
d7258fff
authored
Mar 11, 2017
by
Aljaž Srebrnič
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better inclusion of CSS file
parent
c14dc57e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Plugin.php
Plugin.php
+1
-1
Template/layout/head.php
Template/layout/head.php
+0
-1
No files found.
Plugin.php
View file @
d7258fff
...
...
@@ -7,7 +7,7 @@ class Plugin extends Base
{
public
function
initialize
()
{
$this
->
template
->
hook
->
attach
(
'template:layout:head'
,
'MittelTheme:layout/head'
);
$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');
}
...
...
Template/layout/head.php
deleted
100644 → 0
View file @
c14dc57e
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
<?=
$this
->
url
->
dir
();
?>
plugins/MittelTheme/Template/css/main.css"
media=
"all"
/>
\ 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