web/wp-content/themes/classic/functions.php
author ymh@caf4f556-3d62-0410-8435-a86758001935
Tue, 02 Feb 2010 10:07:27 +0000
branchwordpress
changeset 127 3a1f99a92698
parent 109 03b0d1493584
child 132 4d4862461b8d
permissions -rw-r--r--
small corrections

<?php
/**
 * @package WordPress
 * @subpackage Classic_Theme
 */

automatic_feed_links();

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' => '',
	));

?>