Author: anil
Date: 2008-08-07 15:13:38 -0400 (Thu, 07 Aug 2008)
New Revision: 19689

Modified:
   gothamschools/trunk/wp-content/themes/journalist/functions.php
Log:
Add widget that allows email subscriptions

Modified: gothamschools/trunk/wp-content/themes/journalist/functions.php
===================================================================
--- gothamschools/trunk/wp-content/themes/journalist/functions.php      
2008-08-07 19:12:04 UTC (rev 19688)
+++ gothamschools/trunk/wp-content/themes/journalist/functions.php      
2008-08-07 19:13:38 UTC (rev 19689)
@@ -6,4 +6,11 @@
         'before_title' => '<h3>',
         'after_title' => '</h3>',
     ));
+
+add_action('widgets_init', 'widgets_gothamschools');
+
+function widgets_gothamschools() {
+   include_once(ABSPATH.'/wp-content/widgets/gs-feedburner-subscribe.php');
+}
+
 ?>
\ No newline at end of file



--
To unsubscribe send an email with subject "unsubscribe" to [EMAIL PROTECTED]  
Please contact [EMAIL PROTECTED] for questions.

Reply via email to