Advertisement
yashmistrey

archive.php

Oct 18th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.50 KB | None | 0 0
  1. <?php get_header(); ?>
  2. <div id="front"> <div class="width_f"><div class="wrleft">
  3.        <?php
  4.         if (get_option('of_ln_media_temp') <> "" && is_category(explode(',',get_option('of_ln_media_temp')))) {
  5.             include (TEMPLATEPATH . '/archive-media.php');
  6.         } else {
  7.         include (TEMPLATEPATH . '/archive-default.php'); }
  8.     ?><div class="clear"></div></div><!-- /#main -->
  9. <div class="column_rght fr"><?php get_sidebar(); ?></div>
  10. </div></div><!-- /#width_f --><div class="clear"> </div>
  11. <?php get_footer(); ?>
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement