sipb-www
/
ikiwiki.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.
[ikiwiki.git]
/
templates
/
page.tmpl
diff --git
a/templates/page.tmpl
b/templates/page.tmpl
index 5bdde1fbc1b951b47f35d1a1b85a7c98142de99a..47bbfcda3ff7785bd8f00dded08c1181562df4b6 100644
(file)
--- a/
templates/page.tmpl
+++ b/
templates/page.tmpl
@@
-45,6
+45,12
@@
</div>
</TMPL_IF>
+<TMPL_IF SIDEBAR>
+<div id="sidebar">
+<TMPL_VAR SIDEBAR>
+</div>
+</TMPL_IF>
+
<div id="content">
<TMPL_VAR CONTENT>
</div>