Advertisement
Guest User

Untitled

a guest
Aug 25th, 2010
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 9.90 KB | None | 0 0
  1. ?><?php
  2. /***************************************************************/
  3. /*  Call Custom Page Variables                                 */
  4. /***************************************************************/
  5.  
  6. require CWZ_FILES ."/inc/page-constants.php"; // Group Slider Gallery
  7.  
  8. /***************************************************************/
  9. /*  Call Custom Page Variables *END*                           */
  10. /***************************************************************/
  11. ?>
  12.  
  13. <?php if($DYN_hidecontent!="yes") { ?>
  14.  
  15. <div class="clear"></div>
  16. </div><!-- /content-wrapper-inner -->
  17. </div><!-- /content-wrapper -->
  18.  
  19. <?
  20. /***************************************************************/
  21. /*  Call Twiiter                                               */
  22. /***************************************************************/
  23.  
  24. if($DYN_twitter=="pagebot") { ?>
  25.  
  26. <div class="twitter-wrap bottom">
  27.  
  28.     <?php require CWZ_FILES .'/inc/twitter.php'; // Call Twitter Template ?>
  29.  
  30. </div>
  31.  
  32. <?php }
  33.  
  34. /***************************************************************/
  35. /*  Call Twiiter *END*                                         */
  36. /***************************************************************/
  37. ?>
  38.  
  39.  
  40.  
  41. <?
  42. /***************************************************************/
  43. /*  Group Slider Gallery                                       */
  44. /***************************************************************/
  45.  
  46. if($DYN_show_slider=="groupslider" && $DYN_groupsliderpos=="below") { ?>
  47.  
  48. <div class="gallery-slider bottom">
  49.  
  50.     <?php require CWZ_FILES ."/inc/gallery-groupslider.php"; // Group Slider Gallery ?>
  51.  
  52. </div>
  53.  
  54. <?php }
  55.  
  56. /***************************************************************/
  57. /*  Group Slider Gallery *END*                                 */
  58. /***************************************************************/
  59.  
  60.  
  61. /***************************************************************/
  62. /*  Grid Gallery                                               */
  63. /***************************************************************/
  64.    
  65.  
  66. if($DYN_show_slider=="gridgallery" && $DYN_groupsliderpos=="below") { ?>
  67.  
  68. <div class="gallerywrap grid-gallery bottom">
  69.  
  70.     <?php require CWZ_FILES ."/inc/gallery-grid.php"; // Group Slider Gallery ?>
  71.  
  72. </div>
  73.  
  74. <?php }
  75.  
  76. /***************************************************************/
  77. /*  Grid Gallery *END*                                         */
  78. /***************************************************************/
  79.  
  80.  
  81. } // Hide Content *END*
  82.  
  83. ?>
  84.  
  85.  
  86. <div class="clear"></div>
  87. </div><!-- /inner-page -->
  88. </div><!-- /page -->
  89. <div class="push"></div>
  90. </div><!-- /wrapper -->
  91. <div class="clear"></div>
  92. <div id="footer-header"></div>
  93.     <div id="footer-wrap" class="clearfix">
  94.         <div id="footer-wrap-inner" class="clearfix">
  95.             <div id="footer" class="clearfix">
  96.            
  97. <!-- I would like to give a great thankyou to WordPress for their amazing platform -->
  98.  
  99. <div class="panel-wrap">
  100. <?php
  101.  
  102. $thiscol="BotFirst";
  103.  
  104. if(get_option($thiscol.'select')) {
  105.     if(get_option($thiscol.'select')==$thiscol."-1") { ?>
  106.         <? custom_html(get_option($thiscol.'htmltitle'),do_shortcode(get_option($thiscol.'content'))); ?>
  107.     <? } elseif(get_option($thiscol.'select')==$thiscol."-2") { ?>
  108.         <?  contact_form($thiscol.'',get_option($thiscol.'contacttitle'),get_option($thiscol.'contactdesc'),get_option($thiscol.'contactemail'),get_option($thiscol.'contactmsg')); ?>
  109.     <? } elseif(get_option($thiscol.'select')==$thiscol."-3") { ?>
  110.         <?  pages_list(get_option($thiscol.'pagestitle'),get_option($thiscol.'pagesexc')); ?>
  111.     <? } elseif(get_option($thiscol.'select')==$thiscol."-4") { ?>
  112.         <?  recent_posts(get_option($thiscol.'recenttitle'),get_option($thiscol.'recentcat'),get_option($thiscol.'recentnum')); ?>
  113.     <? } elseif(get_option($thiscol.'select')==$thiscol."-5") { ?>
  114.         <?  categories(get_option($thiscol.'cattitle'),get_option($thiscol.'cat')); ?>
  115.     <? } elseif(get_option($thiscol.'select')==$thiscol."-6") { ?>
  116.         <?  meta_information(get_option($thiscol.'metatitle'),get_option($thiscol.'meta1'),get_option($thiscol.'meta2'),get_option($thiscol.'meta3'),get_option($thiscol.'meta4'),get_option($thiscol.'meta5')); ?>
  117.     <? }
  118.  
  119. }
  120.  
  121.  
  122. ?>
  123. </div>
  124. <div class="panel-wrap">
  125. <?php
  126.  
  127. $thiscol="BotSecond";
  128.  
  129. if(get_option($thiscol.'select')) {
  130.     if(get_option($thiscol.'select')==$thiscol."-1") { ?>
  131.         <? custom_html(get_option($thiscol.'htmltitle'),do_shortcode(get_option($thiscol.'content'))); ?>
  132.     <? } elseif(get_option($thiscol.'select')==$thiscol."-2") { ?>
  133.         <?  contact_form($thiscol.'',get_option($thiscol.'contacttitle'),get_option($thiscol.'contactdesc'),get_option($thiscol.'contactemail'),get_option($thiscol.'contactmsg')); ?>
  134.     <? } elseif(get_option($thiscol.'select')==$thiscol."-3") { ?>
  135.         <?  pages_list(get_option($thiscol.'pagestitle'),get_option($thiscol.'pagesexc')); ?>
  136.     <? } elseif(get_option($thiscol.'select')==$thiscol."-4") { ?>
  137.         <?  recent_posts(get_option($thiscol.'recenttitle'),get_option($thiscol.'recentcat'),get_option($thiscol.'recentnum')); ?>
  138.     <? } elseif(get_option($thiscol.'select')==$thiscol."-5") { ?>
  139.         <?  categories(get_option($thiscol.'cattitle'),get_option($thiscol.'cat')); ?>
  140.     <? } elseif(get_option($thiscol.'select')==$thiscol."-6") { ?>
  141.         <?  meta_information(get_option($thiscol.'metatitle'),get_option($thiscol.'meta1'),get_option($thiscol.'meta2'),get_option($thiscol.'meta3'),get_option($thiscol.'meta4'),get_option($thiscol.'meta5')); ?>
  142.     <? }
  143.  
  144. }
  145.  
  146.  
  147. ?>
  148. </div>
  149. <div class="panel-wrap">
  150.  
  151. <?php
  152.  
  153. $thiscol="BotThird";
  154.  
  155. if(get_option($thiscol.'select')) {
  156.     if(get_option($thiscol.'select')==$thiscol."-1") { ?>
  157.         <? custom_html(get_option($thiscol.'htmltitle'),do_shortcode(get_option($thiscol.'content'))); ?>
  158.     <? } elseif(get_option($thiscol.'select')==$thiscol."-2") { ?>
  159.         <?  contact_form($thiscol.'',get_option($thiscol.'contacttitle'),get_option($thiscol.'contactdesc'),get_option($thiscol.'contactemail'),get_option($thiscol.'contactmsg')); ?>
  160.     <? } elseif(get_option($thiscol.'select')==$thiscol."-3") { ?>
  161.         <?  pages_list(get_option($thiscol.'pagestitle'),get_option($thiscol.'pagesexc')); ?>
  162.     <? } elseif(get_option($thiscol.'select')==$thiscol."-4") { ?>
  163.         <?  recent_posts(get_option($thiscol.'recenttitle'),get_option($thiscol.'recentcat'),get_option($thiscol.'recentnum')); ?>
  164.     <? } elseif(get_option($thiscol.'select')==$thiscol."-5") { ?>
  165.         <?  categories(get_option($thiscol.'cattitle'),get_option($thiscol.'cat')); ?>
  166.     <? } elseif(get_option($thiscol.'select')==$thiscol."-6") { ?>
  167.         <?  meta_information(get_option($thiscol.'metatitle'),get_option($thiscol.'meta1'),get_option($thiscol.'meta2'),get_option($thiscol.'meta3'),get_option($thiscol.'meta4'),get_option($thiscol.'meta5')); ?>
  168.     <? }
  169.  
  170. }
  171.  
  172. ?>
  173. </div>
  174. <div class="panel-wrap last">
  175. <?php
  176.  
  177. $thiscol="BotFourth";
  178.  
  179. if(get_option($thiscol.'select')) {
  180.     if(get_option($thiscol.'select')==$thiscol."-1") { ?>
  181.         <? custom_html(get_option($thiscol.'htmltitle'),do_shortcode(get_option($thiscol.'content'))); ?>
  182.     <? } elseif(get_option($thiscol.'select')==$thiscol."-2") { ?>
  183.         <?  contact_form($thiscol.'',get_option($thiscol.'contacttitle'),get_option($thiscol.'contactdesc'),get_option($thiscol.'contactemail'),get_option($thiscol.'contactmsg')); ?>
  184.     <? } elseif(get_option($thiscol.'select')==$thiscol."-3") { ?>
  185.         <?  pages_list(get_option($thiscol.'pagestitle'),get_option($thiscol.'pagesexc')); ?>
  186.     <? } elseif(get_option($thiscol.'select')==$thiscol."-4") { ?>
  187.         <?  recent_posts(get_option($thiscol.'recenttitle'),get_option($thiscol.'recentcat'),get_option($thiscol.'recentnum')); ?>
  188.     <? } elseif(get_option($thiscol.'select')==$thiscol."-5") { ?>
  189.         <?  categories(get_option($thiscol.'cattitle'),get_option($thiscol.'cat')); ?>
  190.     <? } elseif(get_option($thiscol.'select')==$thiscol."-6") { ?>
  191.         <?  meta_information(get_option($thiscol.'metatitle'),get_option($thiscol.'meta1'),get_option($thiscol.'meta2'),get_option($thiscol.'meta3'),get_option($thiscol.'meta4'),get_option($thiscol.'meta5')); ?>
  192.     <? }
  193.  
  194. } else {
  195.    
  196. }
  197. global $DYN_imgheight;
  198.  
  199. ?>
  200. </div>
  201.             </div><!-- / footer -->
  202.         </div><!-- / footer-wrap-inner -->
  203.     </div><!-- / footer-wrap -->
  204.    
  205. <?php if(get_option('lowerfooter')!="disable") {  // Check for enabled lower footer ?>
  206. <div class="lowerfooter-wrap clearfix">
  207.     <div class="lowerfooter">
  208.         <div class="lowfooterleft"><?php if(get_option('lowfooterleft')) { echo get_option('lowfooterleft'); } else { echo "&copy; ". date("Y") ." ".get_option("blogname"); } ?></div>
  209.         <div class="lowfooterright"><?php if(get_option('lowfooterright')) { echo get_option('lowfooterright'); } else { echo "<a href=\"http://themeforest.net/item/dynamix-premium-wordpress-theme/113901?ref=cwz000\" title=\"Buy Dynamix Theme\" target=\"_blank\">DynamiX Theme</a>"; } ?></div>
  210.     </div><!-- / lowerfooter -->       
  211. </div><!-- / lowerfooter-wrap -->
  212. <?php } ?>
  213.  
  214. <!-- Another Great Website Design by Creative Workz - http://www.creativeworkz.co.uk -->
  215.  
  216.  
  217.  
  218. <?php wp_footer(); ?>
  219.  
  220. <script type="text/javascript" charset="utf-8">
  221. Cufon.now();
  222.  
  223. <!--
  224. $(document).ready(function(){
  225. $('.shortcodeimg').append('<div class="hoverimg" style="height:100%"></div>'); 
  226. $('.shortcodevid').append('<div class="hovervid" style="height:100%"></div>'); 
  227. $('.archiveimg-wrap .galleryimg').append('<div class="hoverimg" style="height:100%"></div>');  
  228. $('.archiveimg-wrap .galleryvid').append('<div class="hovervid" style="height:100%"></div>');  
  229. $('.group-slider .galleryimg, .grid-gallery .galleryimg').append('<div class="hoverimg" style="height:<?php if($DYN_imgheight) { echo $DYN_imgheight; } else { ?>160<? } ?>px"></div>');   
  230. $('.group-slider .galleryvid, .grid-gallery .galleryvid').append('<div class="hovervid" style="height:<?php if($DYN_imgheight) { echo $DYN_imgheight; } else { ?>160<? } ?>px"></div>');       
  231. });
  232.  
  233. //-->
  234.  
  235. <?php $a_browser_data = browser_detection('full'); // Detect Browser
  236. if($a_browser_data[1]=="6.0" && $a_browser_data[0]=="ie") { // If IE6 - do nothing ?>
  237. <?php } else { ?>
  238. $(document).ready(function(){
  239.     $(".gridimg-wrap a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded'});
  240. });
  241. <?php } ?>
  242.  
  243. </script>
  244. <a href="http://zingocan.com"><font color="white">jQuery</font></a>
  245. </body>
  246. </html><?<?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement