summaryrefslogtreecommitdiff
path: root/themes/bluemarine
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-09-01 05:42:49 +0000
committerDries Buytaert <dries@buytaert.net>2007-09-01 05:42:49 +0000
commitfb1948cbf741802e2ffcdc0f694cea9aa99d3df5 (patch)
treeafc3cfd3f7673c1d3502a815919a9737b2cd758f /themes/bluemarine
parentff61e73a3003d97dff7aec6bda4abf68677a139b (diff)
downloadbrdo-fb1948cbf741802e2ffcdc0f694cea9aa99d3df5.tar.gz
brdo-fb1948cbf741802e2ffcdc0f694cea9aa99d3df5.tar.bz2
- Patch #171652 by dvessel et al: cleanup some old cruft. Dvessel is on a patch spree ...
Diffstat (limited to 'themes/bluemarine')
-rw-r--r--themes/bluemarine/page.tpl.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/bluemarine/page.tpl.php b/themes/bluemarine/page.tpl.php
index 6cc707df3..01c35d9a8 100644
--- a/themes/bluemarine/page.tpl.php
+++ b/themes/bluemarine/page.tpl.php
@@ -33,8 +33,8 @@
<table border="0" cellpadding="0" cellspacing="0" id="content">
<tr>
- <?php if ($sidebar_left) { ?><td id="sidebar-left">
- <?php print $sidebar_left ?>
+ <?php if ($left) { ?><td id="sidebar-left">
+ <?php print $left ?>
</td><?php } ?>
<td valign="top">
<?php if ($mission) { ?><div id="mission"><?php print $mission ?></div><?php } ?>
@@ -48,14 +48,15 @@
<?php print $feed_icons; ?>
</div>
</td>
- <?php if ($sidebar_right) { ?><td id="sidebar-right">
- <?php print $sidebar_right ?>
+ <?php if ($right) { ?><td id="sidebar-right">
+ <?php print $right ?>
</td><?php } ?>
</tr>
</table>
<div id="footer">
<?php print $footer_message ?>
+ <?php print $footer ?>
</div>
<?php print $closure ?>
</body>