web/wp-content/themes/selecta/sidebar.php
changeset 1 0d28b7c10758
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/selecta/sidebar.php	Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,8 @@
+	<div id="sidebar">
+		<?php if(is_active_sidebar(3)) : ?>
+			<ul class="clearfix"><?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(3) );  ?></ul>
+        <?php endif; ?>
+		<?php if(is_active_sidebar(4)) : ?>
+            <ul class="clearfix"><?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(4) );  ?></ul>
+        <?php endif; ?>
+	</div>
\ No newline at end of file