File: /home/httpd/html/mentube.net/wp-content/themes/adult/right-sidebar.php
<!-- Right Sidebar Template -->
<div id="rightside">
<ul>
<li><?php include (TEMPLATEPATH . '/searchform.php'); ?></li>
</ul>
<!-- <h2>Latest News</h2>
<p>Check out my <a href="http://dev.webgazette.co.uk">Theme Development Site</a> to see what I am currently working on.</p> -->
<ul>
<li><h2>Subscribe</h2>
<ul>
<li class="feed"><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a></li>
<li class="feed"><a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a></li>
</ul>
</li>
</ul>
<ul>
<?php get_links_list(); ?>
</ul>
<ul>
<li><h2>Meta</h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</li>
</ul>
</div>