Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Websites
/
SlimSpots Wiki
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit e98438db
authored
2015-01-28 16:26:20 +0000
by
Aleksandar Hristov
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
.tpl files go to a separate directory
1 parent
580cc972
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
html/sidebar_wrapper.tpl
html/sidebar_wrapper.tpl
deleted
100644 → 0
View file @
580cc97
<
!- sidebar wrapper ->
<div
id=
"sidebar-wrapper"
>
<ul
class=
"sidebar-nav"
>
<li
class=
"sidebar-brand"
>
<a
href=
"#"
>
<img
src=
"static/gfx/logo.svg"
class=
"img-responsive"
/>
</a>
</li>
{
foreach
from
=
$menu_pages
item
=
page
}
<li
class=
'has-sub'
><a
href=
'#'
>
{
$page
}
<i
class=
'fa fa-chevron-right fa pull-right chevron-margin'
id=
'valign-icon'
></i></a>
<ul>
{
foreach
from
=
$menu_sections
item
=
section
}
<li><a
href=
{
$page
}
class='sub-text-padding'
>
{
$section
}
</a></li>
{/
foreach
}
</ul>
</li>
{/
foreach
}
</ul>
</div>
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment