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/stoptube.com/wp-content/themes/tubetheme-2017-v3-filled/page.php
<?php get_header(); ?>
<div class="wrapper">
<div class="content">


			<?php if (have_posts()) : ?>
            <?php while (have_posts()) : the_post(); ?>
            
                <div class="post-title"><h2><?php the_title() ?></h2></div>
                <p><?php the_content(''); ?></p>
            
			<?php endwhile; ?>
            <?php else : ?>
            
            
<div id="fourofour">
<h2>No matching results</h2>
<p>You seem to have found a mis-linked page or search query with no associated results. Please trying your search again. If you feel that you should be staring at something a little more concrete, feel free to email the author of this site or browse the archives.</p>
</div>


          


<?php endif; ?>            		
</div>
 
 
<?php include (TEMPLATEPATH . '/sidebar.php'); ?>
<div class="clear"></div>
</div>
<?php get_footer(); ?>