]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/classic/functions.php
Wordpress 2.3.2
[autoinstalls/wordpress.git] / wp-content / themes / classic / functions.php
diff --git a/wp-content/themes/classic/functions.php b/wp-content/themes/classic/functions.php
new file mode 100644 (file)
index 0000000..a63850c
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+if ( function_exists('register_sidebar') )
+       register_sidebar(array(
+        'before_widget' => '<li id="%1$s" class="widget %2$s">',
+        'after_widget' => '</li>',
+        'before_title' => '',
+        'after_title' => '',
+    ));
+
+?>