Skip to content
Snippets Groups Projects
functions.php 80 B
Newer Older
<?php
if ( function_exists('register_sidebar') ){
register_sidebar();
}
?>