twentyGOLEM/wp-content/themes/classic/functions.php

10 lines
245 B
PHP
Raw Normal View History

<?php
if ( function_exists('register_sidebars') )
register_sidebar(array(
'before_widget' => '<li id="%1$s" class="widget %2$s">',
'after_widget' => '</li>',
'before_title' => '',
'after_title' => '',
));
?>