web/wp-content/themes/IRI-Theme/sidebar.php
branchwordpress
changeset 109 03b0d1493584
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/IRI-Theme/sidebar.php	Wed Dec 23 17:55:33 2009 +0000
@@ -0,0 +1,12 @@
+<div class="column span-7 colborder">
+<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Bottom-Left') ) : ?>
+<?php endif; ?>
+</div>
+<div class="column span-7 colborder">
+<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Bottom-Middle') ) : ?>
+<?php endif; ?>
+</div>
+<div class="column span-7 last">
+<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Bottom-Right') ) : ?>
+<?php endif; ?>
+</div>