diff options
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r-- | templates/page.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 5bdde1fbc..47bbfcda3 100644 --- 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> |