mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
16 lines
327 B
PHP
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 -->
|