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

16 lines
327 B
PHP

<?php
/**
* Theme: silverOrchid
* Theme URL: http://gazpo.com/2012/04/silverorchid
* Created: April 2012
* Author: Sami Ch.
* URL: http://gazpo.com
*
**/
?>
<div id = "sidebar">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar() ) : else : ?>
<?php endif; ?>
</div> <!-- /sidebar -->