HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/gaysploshing.com/wp-content/themes/tubethemev1/sidebar.php
        <div id="sidebar">    
        <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Index Sidebar') ) : ?>  
		<?php include (TEMPLATEPATH . '/simple_recent_comments.php'); ?>


        <!--advertisement section 300 width-->  
            <div id="block">
            	<h3>Advertisements:</h3>
                <div id="sideadvert">

                 <img src="<?php bloginfo('template_directory'); ?>/images/ad2.jpg" alt="ads" width="300" height="250" border="0" />

                                   
                </div>
            </div>   
         <!--advertisement section 300 width ends-->   
            
            
            <div id="commentsblock">
                <?php src_simple_recent_comments('8', '180', '<h3>Recent Comments:</h3>', '') ?>
            </div>            
        	<div id="ratingsblock">
                <h3>Highest Rated Videos:</h3>
				<?php if (function_exists('get_highest_rated')): ?>
                   <ul>
                      <?php get_highest_rated(); ?>
                   </ul>
                <?php endif; ?>
            </div>
        <?php endif; ?>
        </div>