sprintf( __( 'Theme without %s'
),
basename( __FILE__
) ),
'3.0.0',
null,
/* translators: %s: Template name. */
sprintf( __( 'Please include a %s template in your theme.'
),
basename( __FILE__
) ));
?>
<div id="sidebar" role="complementary">
<ul>
<?php
/* Widgetized sidebar, if you have the plugin installed. */
if ( !
function_exists( 'dynamic_sidebar'
) || !
dynamic_sidebar() ) :
?>
<li>
<?php
get_search_form(); ?>
</li>
<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
<li><h2><?php
_e( 'Author'
); ?></h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
</li>
-->