mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
template fiddling, but who cares. We're going to simplify that way down and likely delete this file.
This commit is contained in:
parent
939753c892
commit
f5cd610535
@ -4,3 +4,22 @@
|
|||||||
<!-- CSS from previous template, not sure what to keep yet -->
|
<!-- CSS from previous template, not sure what to keep yet -->
|
||||||
<!--<link rel="stylesheet" href="$basehref/static/theme/style-plinth-2col.css" />-->
|
<!--<link rel="stylesheet" href="$basehref/static/theme/style-plinth-2col.css" />-->
|
||||||
#end def
|
#end def
|
||||||
|
|
||||||
|
#def add_sidebar_left
|
||||||
|
<div class="span3">
|
||||||
|
<div class="well sidebar-nav">
|
||||||
|
#block nav_block
|
||||||
|
$nav
|
||||||
|
#end block nav_block
|
||||||
|
#block sidebar_left_block
|
||||||
|
$sidebar_left
|
||||||
|
#end block sidebar_left_block
|
||||||
|
</div><!--/.well -->
|
||||||
|
<div class="well sidebar-nav">
|
||||||
|
#block sidebar_right_block
|
||||||
|
$sidebar_right
|
||||||
|
#end block sidebar_right_block
|
||||||
|
</div><!--/.well -->
|
||||||
|
</div><!--/span-->
|
||||||
|
#end def
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user