projects
/
s9y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3068515
)
make kubrick emit both sidebars on one,even though it only supports the right bar
author
garvinhicking
<garvinhicking>
Sun, 29 May 2005 00:23:03 +0000
(
00:23
+0000)
committer
garvinhicking
<garvinhicking>
Sun, 29 May 2005 00:23:03 +0000
(
00:23
+0000)
templates/kubrick/index.tpl
patch
|
blob
|
history
diff --git
a/templates/kubrick/index.tpl
b/templates/kubrick/index.tpl
index 8c96d5d4f89efc2047b14932b5b114fec2a6496f..c8f5427b807974d7d7de7d5eb1b7731b35394b45 100644
(file)
--- a/
templates/kubrick/index.tpl
+++ b/
templates/kubrick/index.tpl
@@
-40,7
+40,10
@@
</div>
{if $rightSidebarElements > 0}
- <div id="sidebar" valign="top">{serendipity_printSidebar side="right"}</div>
+ <div id="sidebar" valign="top">
+ {serendipity_printSidebar side="right"}
+ {serendipity_printSidebar side="left"}
+ </div>
{/if}
<hr />