home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-content / themes / classic / functions.php < prev    next >
Encoding:
PHP Script  |  2007-05-05  |  245 b   |  11 lines

  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. ?>
  11.