source: trunk/www.guidonia.net/wp/wp-content/themes/classic/functions.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 303 bytes
Line 
1<?php
2/**
3 * @package WordPress
4 * @subpackage Classic_Theme
5 */
6
7automatic_feed_links();
8
9if ( function_exists('register_sidebar') )
10 register_sidebar(array(
11 'before_widget' => '<li id="%1$s" class="widget %2$s">',
12 'after_widget' => '</li>',
13 'before_title' => '',
14 'after_title' => '',
15 ));
16
17?>
Note: See TracBrowser for help on using the repository browser.