wordpress/php-fpm/wordpress_files/themes/rules/functions.php
2020-05-22 01:40:23 +00:00

9 lines
275 B
PHP

<?php
if ( function_exists('register_sidebar') )
register_sidebar(array(
'before_bar' => '<li id="%1$s" class="bar %2$s">',
'after_bar' => '</li>',
'before_title' => '<h2 class="sidebartitle">',
'after_title' => '</h2>',
));
?>