I made some changes to the sidebar.php in the theme I am using (retro-book-10). I can't understand why the image doesn't show? Can anyone help me please?
<div id="SIDE">
<h2>English </h2><p>
<h2>Menu</h2>
-
<?php wp_list_pages('title_li=' ); ?>
<?php wp_list_categories('show_count=1&title_li='); ?>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<p>
<h2><img src="/images/crest.jpg"><h2>
</div>