web/wp-content/themes/thematic/sidebar.php
changeset 1 0d28b7c10758
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/thematic/sidebar.php	Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,18 @@
+<?php 
+
+    // action hook for placing content above the main asides
+    thematic_abovemainasides();
+
+    // action hook creating the primary aside
+    widget_area_primary_aside();	
+	
+    // action hook for placing content between primary and secondary aside
+    thematic_betweenmainasides();
+
+    // action hook creating the secondary aside
+    widget_area_secondary_aside();		
+	
+    // action hook for placing content below the main asides
+    thematic_belowmainasides(); 
+    
+?>
\ No newline at end of file