]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/classic/functions.php
Wordpress 2.3.2-scripts
[autoinstalls/wordpress.git] / wp-content / themes / classic / functions.php
1 <?php
2 if ( function_exists('register_sidebar') )
3         register_sidebar(array(
4         'before_widget' => '<li id="%1$s" class="widget %2$s">',
5         'after_widget' => '</li>',
6         'before_title' => '',
7         'after_title' => '',
8     ));
9
10 ?>