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