6 lines
80 B
PHP
6 lines
80 B
PHP
|
<?php
|
||
|
|
||
|
if ( function_exists('register_sidebars') )
|
||
|
register_sidebar();
|
||
|
|
||
|
?>
|