summaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-22 05:51:15 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-22 05:51:15 +0000
commit8eadddfa873c4c0e8f14adc079c18a1f8fb0fa44 (patch)
treecb271fd056caa8bce62f3e34ae34cefa413119cf /themes/default
parentbb53a0b99f9d36d10afec914122dd262a1e442cc (diff)
Convert gmaps, info, and tag modules to the new block module
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/views/sidebar.html.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/default/views/sidebar.html.php b/themes/default/views/sidebar.html.php
index 10f56178..fc47d72e 100644
--- a/themes/default/views/sidebar.html.php
+++ b/themes/default/views/sidebar.html.php
@@ -1,5 +1,2 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<?= View::sidebar($theme) ?>
-<? foreach ($theme->blocks() as $block): ?>
- <?= $block ?>
-<? endforeach ?>