summaryrefslogtreecommitdiff
path: root/sidebar-index.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-29 12:03:30 -0800
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-29 12:03:30 -0800
commit8f30b0e170c9b8dfbf66a77183ef6a2f8ede332f (patch)
treebb1a8dbdb1981fead425126873b67d2d643c660c /sidebar-index.php
parent10923b838a8990cfb05d79c8d9dd503e713a3077 (diff)
add sidebar-index.php; on the lifegrid server, this was sitting planted inside of twentyeleven, so it was being inherited.
Diffstat (limited to 'sidebar-index.php')
-rw-r--r--sidebar-index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/sidebar-index.php b/sidebar-index.php
new file mode 100644
index 0000000..75558a7
--- /dev/null
+++ b/sidebar-index.php
@@ -0,0 +1,7 @@
+<?php
+if (!is_active_sidebar( 'index-page-widgetarea' ))
+ return;
+?>
+<div id="index-widget">
+ <?php dynamic_sidebar( 'sidebar-4' ); ?>
+</div>