Guest User

Untitled

a guest
Sep 30th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.33 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
  4.  
  5. <?php if(get_option('handheldok-zero') == "false") { ?><!-- Mobile Specific Metas--> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <?php } ?><?php if(get_option('handheldok-zero') == "true") { ?><?php } ?>
  6.  
  7. <title><?php wp_title(''); ?></title>
  8.  
  9. <link rel="shortcut icon" href="<?php echo get_option('favicon'); ?>"/>
  10.  
  11. <link rel="shortcut icon" href="<?php echo get_option('favicon'); ?>" type="image/x-icon"/>
  12.  
  13. <meta name="generator" content="Magazine3 Framework" />
  14.  
  15. <meta name="keywords" content="<?php echo get_option('metakey'); ?>"/>
  16.  
  17. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen"/>
  18.  
  19.  
  20.  
  21.  
  22.  
  23. <?php if (is_single()) { ?>
  24.  
  25. <meta property="og:title" content="<?php single_post_title(''); ?>" />
  26.  
  27. <meta property="og:description" content="<?php echo strip_tags(get_the_excerpt($post->ID)); ?>" />
  28.  
  29. <meta property="og:type" content="<?php the_excerpt(); ?>" />
  30.  
  31. <meta property="og:image" content="<?php echo wp_get_attachment_thumb_url( get_post_thumbnail_id( $post->ID ) ) ?>" />
  32.  
  33. <?php } else { } ?>
  34.  
  35.  
  36.  
  37. <?php if(get_option('handheldok-zero') == "false") { ?>
  38.  
  39. <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/includes/handheld.css" type="text/css" />
  40.  
  41. <?php } ?><?php if(get_option('handheldok-zero') == "true") { ?><?php } ?>
  42.  
  43.  
  44.  
  45. <?php if(get_option('displaysliderokok-zero')!="no"):?><link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/includes/slider.css" type="text/css" /><?php endif?>
  46.  
  47. <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
  48.  
  49. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  50.  
  51. <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> <?php if ( is_single()){ ?> <style type="text/css"> #content .post { border: none !important;} </style>
  52.  
  53. <?php } ?>
  54.  
  55. <style media="screen" type="text/css">
  56.  
  57. #topheaderbar, .smallgal_meta, #footer2, #slides_three:hover, #slides_three:hover img,#relatednewsh2{background:<?php echo of_get_option('skincolor', '#C03611' ); ?> !important}
  58.  
  59. a{color:<?php echo of_get_option('linkcolor', '#045f9f' ); ?>;} a:hover{color:<?php echo of_get_option('linkhovercolor', '#0184CC' ); ?>;}
  60.  
  61. #trendingt,#menu li li a:hover,#menu li li a:active,.singlecat a{color:<?php echo of_get_option('skincolor', '#C03611' ); ?> !important}
  62.  
  63. html ul.tabs li.active, #slides_three:hover img,#relatednews{border-color: <?php echo of_get_option('skincolor', '#C03611' ); ?> !important;}
  64.  
  65. </style>
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. <?php if(get_option('shareboxok-zero') == "false") { ?>
  74.  
  75. <?php if ( is_single()){ ?> <style> #sharebox{ float:left; margin-left:20px; background:#DBDBDB; position:fixed; top:145px;left:0; padding:5px 0; -moz-border-radius:5px; border-radius:5px;border:1px solid #CDCDCD} #sharebox:hover{background:#eee;-moz-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s} #sharebox .wdt{ text-align:center; clear:left; padding:2px 4px}</style>
  76.  
  77. <?php } } ?> <?php if(get_option('shareboxok-zero') == "true") { ?><?php } ?>
  78.  
  79.  
  80.  
  81. <?php if(get_option('trendingok-zero') == "false") { ?> <?php } ?>
  82.  
  83. <?php if(get_option('trendingok-zero') == "true") { ?><style media="screen" type="text/css">#header2{height: 91px !important;} </style><?php } ?>
  84.  
  85.  
  86.  
  87. <?php echo get_option('hscript'); ?>
  88.  
  89. <?php if ( is_singular() ) { ?><link rel="canonical" href="<?php the_permalink(); ?>" /><?php } ?>
  90.  
  91. <?php wp_enqueue_scripts( 'jquery' ); ?>
  92.  
  93. <?php wp_head(); ?>
  94.  
  95. <?php if ( is_single()){ ?><?php if(get_option('lightboxok-zero') == "false") { ?> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/prettyPhoto.css" type="text/css" media="screen" charset="utf-8" />
  96.  
  97. <script type="text/javascript">
  98.  
  99. jQuery(document).ready(function($) {
  100.  
  101. $("a[href$='.jpg'], a[href$='.jpeg'], a[href$='.gif'], a[href$='.png']").prettyPhoto({
  102.  
  103. animationSpeed: 'normal', /* fast/slow/normal */
  104.  
  105. padding: 40, /* padding for each side of the picture */
  106.  
  107. opacity: 0.35, /* Value betwee 0 and 1 */
  108.  
  109. showTitle: true /* true/false */
  110.  
  111. });
  112.  
  113. })
  114.  
  115. </script> <?php } ?><?php if(get_option('lightboxok-zero') == "true") { ?><?php } ?> <?php } ?>
  116.  
  117. </head> <body <?php body_class(); ?>> <div class="top1"><a name="top"></a></div>
  118.  
  119. <div id="header">
  120.  
  121. <div class="themidad"> <?php if(get_option('ad1ok')!="yes"):?><?php endif?>
  122.  
  123. <?php if(get_option('ad1ok')!="no"):?><center style="margin-top:3px"><?php echo get_option('ad1'); ?></center><?php endif?> </div>
  124.  
  125. <div id="topheaderbar"> <div id="topheaderbar980">
  126.  
  127. <div id="topheaderbar-l">
  128.  
  129. <div id="topnavigation">
  130.  
  131. <?php if(get_option('socialshow-zero') == "false") { ?> <div id="header3-1-right">
  132.  
  133. <ul>
  134.  
  135. <?php if(get_option('feedok')!="yes"):?><?php endif?> <?php if(get_option('feedok')!="no"):?>
  136.  
  137. <li style="margin-left: 0px;"><a href="<?php echo get_option('feedlink'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/rss.png" alt="" /></a></li> <?php endif?>
  138.  
  139. <?php if(get_option('feedok2')!="yes"):?><?php endif?> <?php if(get_option('feedok2')!="no"):?><li style="margin-left: 3px;"><a href="<?php echo get_option('feedemail'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/email.png" alt="" /></a></li> <?php endif?>
  140.  
  141. <?php if(get_option('gplusok')!="yes"):?><?php endif?> <?php if(get_option('gplusok')!="no"):?>
  142.  
  143. <li style="margin-left: 0px;"><a href="<?php echo get_option('gpluslink'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/gplus.png" alt="" /></a></li> <?php endif?>
  144.  
  145. <?php if(get_option('diggok')!="yes"):?><?php endif?> <?php if(get_option('diggok')!="no"):?><li><a href="<?php echo get_option('digg'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/digg.png" alt="" /></a></li><?php endif?>
  146.  
  147. <?php if(get_option('fbok')!="yes"):?><?php endif?> <?php if(get_option('fbok')!="no"):?><li><a href="<?php echo get_option('fb'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/facebook.png" alt="" /></a> </li><?php endif?>
  148.  
  149. <?php if(get_option('flickrok')!="yes"):?><?php endif?> <?php if(get_option('flickrok')!="no"):?><li><a href="<?php echo get_option('flickr'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/flickr.png" alt="" /></a> </li><?php endif?>
  150.  
  151. <?php if(get_option('gowallaok')!="yes"):?><?php endif?> <?php if(get_option('gowallaok')!="no"):?><li><a href="<?php echo get_option('gowalla'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/gowalla.png" alt="" /></a> </li><?php endif?>
  152.  
  153. <?php if(get_option('lastfmok')!="yes"):?><?php endif?> <?php if(get_option('lastfmok')!="no"):?><li><a href="<?php echo get_option('lastfm'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/lastfm.png" alt="" /></a> </li><?php endif?>
  154.  
  155. <?php if(get_option('linkedinok')!="yes"):?><?php endif?> <?php if(get_option('linkedinok')!="no"):?><li><a href="<?php echo get_option('linkedin'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/linkedin.png" alt="" /></a> </li><?php endif?>
  156.  
  157. <?php if(get_option('redditok')!="yes"):?><?php endif?> <?php if(get_option('redditok')!="no"):?><li><a href="<?php echo get_option('reddit'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/reddit.png" alt="" /></a> </li><?php endif?>
  158.  
  159. <?php if(get_option('youtubeok')!="yes"):?><?php endif?> <?php if(get_option('youtubeok')!="no"):?><li><a href="<?php echo get_option('youtube'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/youtube.png" alt="" /></a> </li><?php endif?>
  160.  
  161. <?php if(get_option('twitterok')!="yes"):?><?php endif?> <?php if(get_option('twitterok')!="no"):?><li><a href="<?php echo get_option('twitter'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/twitter.png" alt="" /></a> </li><?php endif?>
  162.  
  163. <?php if(get_option('daok')!="yes"):?><?php endif?> <?php if(get_option('daok')!="no"):?><li><a href="<?php echo get_option('da'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/deviantart.png" alt="" /></a> </li><?php endif?>
  164.  
  165. <?php if(get_option('stumbleuponok')!="yes"):?><?php endif?> <?php if(get_option('stumbleuponok')!="no"):?><li><a href="<?php echo get_option('stumbleupon'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/stumbleupon.png" alt="" /></a> </li><?php endif?>
  166.  
  167. <?php if(get_option('skypeok')!="yes"):?><?php endif?> <?php if(get_option('skypeok')!="no"):?><li><a href="<?php echo get_option('skype'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/skype.png" alt="" /></a> </li><?php endif?>
  168.  
  169. <?php if(get_option('myspaceok')!="yes"):?><?php endif?> <?php if(get_option('myspaceok')!="no"):?><li><a href="<?php echo get_option('myspace'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/myspace.png" alt="" /></a> </li><?php endif?>
  170.  
  171. <?php if(get_option('buzzok')!="yes"):?><?php endif?> <?php if(get_option('buzzok')!="no"):?><li><a href="<?php echo get_option('buzz'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/buzz.png" alt="" /></a> </li><?php endif?>
  172.  
  173. <?php if(get_option('fsok')!="yes"):?><?php endif?> <?php if(get_option('fsok')!="no"):?><li><a href="<?php echo get_option('fs'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/foursquare.png" alt="" /></a> </li><?php endif?>
  174.  
  175. <?php if(get_option('bebook')!="yes"):?><?php endif?> <?php if(get_option('bebook')!="no"):?><li><a href="<?php echo get_option('bebo'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/bebo.png" alt="" /></a> </li><?php endif?>
  176.  
  177. <?php if(get_option('postok')!="yes"):?><?php endif?> <?php if(get_option('postok')!="no"):?><li><a href="<?php echo get_option('post'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/posterous.png" alt="" /></a> </li><?php endif?>
  178.  
  179. <?php if(get_option('yelpok')!="yes"):?><?php endif?> <?php if(get_option('yelpok')!="no"):?><li><a href="<?php echo get_option('yelp'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/yelp.png" alt="" /></a> </li><?php endif?>
  180.  
  181. <?php if(get_option('spotifyok')!="yes"):?><?php endif?> <?php if(get_option('spotifyok')!="no"):?><li><a href="<?php echo get_option('spotify'); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/img/spotify.png" alt="" /></a> </li><?php endif?>
  182.  
  183. </ul>
  184.  
  185. </div>
  186.  
  187. <?php } ?>
  188.  
  189. <?php if(get_option('socialshow-zero') == "true") { ?><?php } ?>
  190.  
  191. <div id="nav"><div id="menu"><?php wp_nav_menu( array( 'walker' => new Arrow_Walker_Nav_Menu, 'theme_location' => 'main-menu', 'container_class' => 'menu-header', 'fallback_cb'=>'primarymenu2') );?> </div></div>
  192.  
  193. </div>
  194.  
  195. </div>
  196.  
  197. <div id="topheaderbar-r"><form method="get" id="headsearch" action="<?php bloginfo('url'); ?>/">
  198.  
  199. <input type="text" name="s" value="<?php _e("Search for latest news...", "nt"); ?>" onblur="if(this.value=='') this.value='<?php _e("Search for latest news...", "nt"); ?>';" onfocus="if(this.value=='<?php _e("Search for latest news...", "nt"); ?>') this.value='';" id="shead" />
  200.  
  201. <input type="submit" value=" " class="searchsubmit" />
  202.  
  203. </form></div>
  204.  
  205. <div class="cb"></div>
  206.  
  207. </div> </div>
  208.  
  209. <div id="header2wrap"> <div id="header2">
  210.  
  211. <div id="logoleft"><a href="<?php echo get_option('home'); ?>"><img src="<?php echo get_option('logo'); ?>" alt="<?php echo get_option('logoalt'); ?>" /></a></div>
  212.  
  213. <div class="mcmissile"><div id="logoright">
  214.  
  215. <div class="themidad"> <?php if(get_option('ad2ok')!="yes"):?><?php endif?>
  216.  
  217. <?php if(get_option('ad2ok')!="no"):?> <?php echo get_option('ad2'); ?> <?php endif?> </div>
  218.  
  219. </div>
  220.  
  221. <div class="cb"></div> </div>
  222.  
  223. <?php if(get_option('trendingok-zero') == "false") { ?>
  224.  
  225. <div id="logoright-right-trending"><ul>
  226.  
  227. <li><span id="trendingt"><?php echo get_option('breakingtxt'); ?></span></li>
  228.  
  229. <?php if(get_option('tt1ok')!="no"):?><li><a href="<?php echo get_option('tt1'); ?>"><?php echo get_option('tt1txt'); ?></a></li><?php endif?>
  230.  
  231. <?php if(get_option('tt1ok')!="yes"):?><?php endif?>
  232.  
  233. <?php if(get_option('tt2ok')!="no"):?><li> <a href="<?php echo get_option('tt2'); ?>"><?php echo get_option('tt2txt'); ?></a></li><?php endif?>
  234.  
  235. <?php if(get_option('tt2ok')!="yes"):?><?php endif?>
  236.  
  237. <?php if(get_option('tt3ok')!="no"):?><li> <a href="<?php echo get_option('tt3'); ?>"><?php echo get_option('tt3txt'); ?></a></li><?php endif?>
  238.  
  239. <?php if(get_option('tt3ok')!="yes"):?><?php endif?>
  240.  
  241. <?php if(get_option('tt4ok')!="no"):?><li> <a href="<?php echo get_option('tt4'); ?>"><?php echo get_option('tt4txt'); ?></a></li><?php endif?>
  242.  
  243. <?php if(get_option('tt4ok')!="yes"):?><?php endif?>
  244.  
  245. <?php if(get_option('tt5ok')!="no"):?><li> <a href="<?php echo get_option('tt5'); ?>"><?php echo get_option('tt5txt'); ?></a></li><?php endif?>
  246.  
  247. <?php if(get_option('tt5ok')!="yes"):?><?php endif?>
  248.  
  249. <?php if(get_option('tt6ok')!="no"):?><li> <a href="<?php echo get_option('tt6'); ?>"><?php echo get_option('tt6txt'); ?></a></li><?php endif?>
  250.  
  251. <?php if(get_option('tt6ok')!="yes"):?><?php endif?>
  252.  
  253. <?php if(get_option('tt7ok')!="no"):?><li> <a href="<?php echo get_option('tt7'); ?>"><?php echo get_option('tt7txt'); ?></a></li><?php endif?>
  254.  
  255. <?php if(get_option('tt7ok')!="yes"):?><?php endif?>
  256.  
  257. <?php if(get_option('tt8ok')!="no"):?><li> <a href="<?php echo get_option('tt8'); ?>"><?php echo get_option('tt8txt'); ?></a></li><?php endif?>
  258.  
  259. <?php if(get_option('tt8ok')!="yes"):?><?php endif?>
  260.  
  261. <?php if(get_option('tt9ok')!="no"):?><li> <a href="<?php echo get_option('tt9'); ?>"><?php echo get_option('tt9txt'); ?></a></li><?php endif?>
  262.  
  263. <?php if(get_option('tt9ok')!="yes"):?><?php endif?>
  264.  
  265. </ul></div>
  266.  
  267. <?php } ?>
  268.  
  269. <?php if(get_option('trendingok-zero') == "true") { ?><?php } ?>
  270.  
  271. </div> </div>
  272.  
  273. <div id="header3">
  274.  
  275. <div id="header3-2">
  276.  
  277. <div id="menu3">
  278.  
  279. <?php wp_nav_menu( array( 'walker' => new Arrow_Walker_Nav_Menu, 'theme_location' => 'fourth', 'container_class' => 'menu-header', 'fallback_cb'=>'primarymenu4') );?> </div>
  280.  
  281. </div>
  282.  
  283. </div>
  284.  
  285. <div id="header4"> <div id="header4wrap">
  286.  
  287. <?php if(get_option('displaysliderokok-zero') == "false") { ?>
  288.  
  289. <?php if(get_option('displaysliderok')!="no"):?>
  290.  
  291. <div id="slider-wrapper">
  292.  
  293. <div id="example">
  294.  
  295. <div id="slides">
  296.  
  297. <div class="slides_container">
  298.  
  299. <?php $otherFeaturedPost = new WP_Query();$otherFeaturedPost->query('showposts=6&cat='.get_option('fslider').'&offset=0'); ?>
  300.  
  301. <?php while ($otherFeaturedPost->have_posts()) : $otherFeaturedPost->the_post(); ?>
  302.  
  303. <div class="slide">
  304.  
  305. <a href="<?php the_permalink(); ?>"> <img width="980" height="307" src="<?php echo get_post_meta($post->ID, "featured", true);?>" alt="" /></a>
  306.  
  307. <div class="swrap"> <div class="stitle"> <a href="<?php the_permalink() ?>"> <?php the_title(); ?></a></div>
  308.  
  309. <div class="sdesc"><p><a href="<?php the_permalink() ?>"><?php $excerpt = get_the_excerpt(); echo string_limit_words($excerpt,18); ?>..</a></p></div> </div> </div>
  310.  
  311. <?php endwhile; ?>
  312.  
  313. </div></div></div></div>
  314.  
  315. <?php endif?>
  316.  
  317. <?php if(get_option('displaysliderok')!="yes"):?>
  318.  
  319. <?php if (is_home() ) { ?>
  320.  
  321. <div id="slider-wrapper">
  322.  
  323. <div id="example">
  324.  
  325. <div id="slides">
  326.  
  327. <div class="slides_container">
  328.  
  329. <?php $otherFeaturedPost = new WP_Query();$otherFeaturedPost->query('showposts=6&cat='.get_option('fslider').'&offset=0'); ?>
  330.  
  331. <?php while ($otherFeaturedPost->have_posts()) : $otherFeaturedPost->the_post(); ?>
  332.  
  333. <div class="slide">
  334.  
  335. <a href="<?php the_permalink(); ?>"> <img width="980" height="307" src="<?php echo get_post_meta($post->ID, "featured", true);?>" alt="" /></a>
  336.  
  337. <div class="swrap"> <div class="stitle"> <a href="<?php the_permalink() ?>"> <?php the_title(); ?></a></div>
  338.  
  339. <div class="sdesc"><p><a href="<?php the_permalink() ?>"><?php $excerpt = get_the_excerpt(); echo string_limit_words($excerpt,18); ?>..</a></p></div> </div>
  340.  
  341. </div>
  342.  
  343. <?php endwhile; ?>
  344.  
  345. </div> </div> </div> </div>
  346.  
  347. <?php } else { ?><?php } ?>
  348.  
  349. <?php endif?>
  350.  
  351. <?php } ?>
  352.  
  353. <?php if(get_option('displaysliderokok-zero') == "true") { ?><?php } ?>
  354.  
  355. </div> </div> </div>
  356.  
  357. <div id="wrapper">
  358.  
  359. <div id="section">
  360.  
  361. <div id="column-wrap">
Advertisement
Add Comment
Please, Sign In to add comment