<div id="sidebar">
<ul>
<li>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</li>
<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
<li><h2>Autor</h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
</li>
-->
<li>
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<p>Du durchsuchst derzeit das Archiv der <?php single_cat_title(''); ?> Kategorie.</p>
<?php /* If this is a daily archive */ } elseif (is_day()) { ?>
<p>Du durchsuchst derzeit die <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Liste
nach <?php the_time('l,'); ?> den <?php the_time('j. F Y'); ?>.</p>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p>Du durchsuchst derzeit die <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Liste
nach dem Monat <?php the_time('F Y'); ?>.</p>
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<p>Du durchsuchst derzeit die <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Liste
nach dem Jahr <?php the_time('Y'); ?>.</p>
<?php /* more links to find */ } elseif (is_search()) { ?>
<p>Du hast die <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Liste nach
<strong>'<?php echo wp_specialchars($s); ?>'</strong> Durchsucht. Wenn du in den Ergebnissen nichts gefunden hast, helfen dir eventuell die folgenden Links.</p>
<?php /* If this is not a specified archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<p>Du durchsuchst derzeit die <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Liste.</p>
<?php } ?>
</li>
<?php wp_list_pages('title_li=<h2>Seiten</h2>' ); ?>
<li><h2>Listen</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<li><h2>Kategorien</h2>
<ul>
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
</ul>
</li>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>
<li><h2>Admin</h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</li>
<?php } ?>
<?php if (function_exists('get_recent_comments')) { ?>
<li><h2><?php _e('Letzte Kommentare:'); ?></h2>
<ul>
<?php get_recent_comments(); ?>
</ul>
</li>
<?php if (is_category(kalender)) { ?>
<li><?php _e<h2><a href="http://www.grundschule2.zirndorf.de/wordpress/?cat=19&order=desc">Termine</a></h2>');
ec3_get_events(5,'%DATE%, : <ul><li><a href="%LINK%"><u>%TITLE%</u></a></li></ul>','','j. F (l)'); ?>
</li>
<?php } ?>
</ul>
</div>