diff options
Diffstat (limited to 'templates/header.inc.php')
-rw-r--r-- | templates/header.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/header.inc.php b/templates/header.inc.php index cf0deabd..def957ee 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -73,6 +73,9 @@ if (Config::get('use_rss')) { ?> <div id="sidebar"><!-- This is the sidebar --> <?php require_once Config::get('prefix') . '/templates/sidebar.inc.php'; ?> </div><!-- End sidebar --> + <div id="rightbar"><!-- This is the rightbar --> + <?php require_once Config::get('prefix') . '/templates/rightbar.inc.php'; ?> + </div> <!-- I hate IE... --> <table class="smeg-ie" width="100%"><tr><td> <div id="content"> |