im just a hack. i have no idea where to gegin my searching for errors on the sidebar ?? here
s the sidebar code. maybe that will help. and thank you for your time ??
<?php include('configuration.php'); ?>
<div id="menu">
<div id="menu2">
<div id="menu3">
<div class="metabox">
<?php get_calendar(); ?>
<form method="get" id="searchform" action="/">
<input type="text" value="" name="s" id="s" alt="Search"/>
</form>
</div>
<div class="linkcontainer">
<div id="search-results"></div>
<?php if($show_menu_3 == yes) { ?>
<div class="itemhead"><span style="background: url(<?php bloginfo('template_directory'); ?>/icons/images.gif) left no-repeat;"><?php echo($menu_3_title); ?></span></div>
<ul id="design" class="items">
<?php wp_list_cats('sort_column=name&optioncount=0&hierarchical=0'); ?>
<li class="shadow">
<?php } else {} ?>
<?php if($show_menu_1 == yes) { ?>
<div class="itemhead"><span style="background: url(<?php bloginfo('template_directory'); ?>/icons/group.gif) left no-repeat;"><?php echo($menu_1_title); ?></span></div>
<ul id="people" class="items">
<?php wp_get_links($menu_1_id_number); ?>
<li class="shadow">
<?php } else {} ?>
<?php if($show_menu_2 == yes) { ?>
<div class="itemhead"><span style="background: url(<?php bloginfo('template_directory'); ?>/icons/world.gif) left no-repeat;"><?php echo($menu_2_title); ?></span></div>
<ul id="dailies" class="items">
<?php wp_get_links($menu_2_id_number); ?>
<li class="shadow">
<?php } else {} ?>
<?php if($show_meta_menu == yes) { ?>
<div class="itemhead"><span style="background: url(<?php bloginfo('template_directory'); ?>/icons/brick.gif) left no-repeat;">Site Meta</span></div>
<ul id="meta" class="items">