Advertisement
Guest User

Untitled

a guest
Nov 16th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. <?php
  2. /**
  3. * The template for displaying the footer.
  4. *
  5. */
  6. $settings = get_option( "ntl_theme_settings" );
  7. ?>
  8.  
  9.  
  10. </div> <!-- .frameset -->
  11. </div> <!-- .outer -->
  12.  
  13. <div id="footerbottom">
  14. <div class="container clear">
  15. <div id="site-info">
  16. <a href="<?php echo home_url( '/' ) ?>" class="whites" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
  17. <?php bloginfo( 'name' ); ?> &copy; (<?php echo date('Y'); ?>)
  18. </a>
  19. </div><!-- #site-info -->
  20. <div id="site-generator">
  21. <a href="<?php echo esc_url( __('http://www.facebook.com/rob.stewart.7927', 'localize') ); ?>"
  22. title="<?php esc_attr_e('Diamond Dick', 'localize'); ?>" rel="generator">
  23. <?php printf( __('Proudly Designed by %s.', 'localize'), 'Diamond Dick' ); ?>
  24. </a>
  25. </div><!-- #site-generator -->
  26. </div>
  27. </div>
  28.  
  29. <div class="galleryover">
  30. <div class="goverlay">
  31. <div class="gloading">&nbsp;</div>
  32. </div>
  33. <img src="<?php echo get_template_directory_uri(); ?>/images/goright.png" class="goleft">
  34. <img src="<?php echo get_template_directory_uri(); ?>/images/goleft.png" class="goright">
  35. <p class="gallerytitle"></p>
  36. <a href="#" class="galclose">&nbsp;</a>
  37. <div class="galleryframe">
  38. <div class="galleryoutside"><div class="galleryinside clear">&nbsp;</div></div>
  39. <a href="#" class="insideleft">previous</a>
  40. <a href="#" class="insideright">next</a>
  41. </div>
  42. </div>
  43.  
  44. <div class="jqmWindow" id="dialog">
  45. <a href="#" class="jqmClose">X</a>
  46. <div class="jqminner">
  47.  
  48. </div>
  49. </div>
  50.  
  51. <div class="imgloader">&nbsp;</div>
  52.  
  53. <script type="text/javascript">
  54. jQuery(document).ready(function($) {
  55. ajax_url = '<?php echo admin_url("admin-ajax.php"); ?>';
  56. base_url = '<?php echo get_template_directory_uri(); ?>';
  57. cdelay = <?php echo ($settings['ntl_trans_time']*1000); ?>;
  58. ctrans = '<?php echo $settings['ntl_trans_type']; ?>';
  59. cstyle = '<?php echo $settings['ntl_slide_type']; ?>';
  60. ccol = '<?php echo $settings['ntl_theme_color']; ?>';
  61. btpath = '<?php echo get_template_directory_uri(); ?>/images/';
  62. surl = '<?php echo get_template_directory_uri(); ?>/js/';
  63. });
  64. </script>
  65.  
  66. <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/jquery.animate-colors-min.js"></script>
  67. <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/jquery.easing.1.3.js"></script>
  68. <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/cookie.js"></script>
  69.  
  70.  
  71. <!-- the core stuff -->
  72. <?php if ($settings['ntl_slide_type'] == 'image') { ?>
  73. <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/jquery.skitter.min.js"></script>
  74. <?php } ?>
  75. <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/jcarousellite.js"></script>
  76. <?php if ($settings['ntl_disable_audio'] != 'off') { ?>
  77. <script type="text/javascript"><!--
  78. var foxpathtoswf = "<?php echo get_template_directory_uri(); ?>/js";
  79. var foxpathtoimages = "<?php echo get_template_directory_uri(); ?>/images/";
  80. var FoxAnimSlider = false;
  81. var fox_playf = "true";
  82. //--></script>
  83. <?php wp_enqueue_script( 'jquery-ui-slider', '/wp-content/plugins/mp3-jplayer/js/ui.slider.js', array( 'jquery', 'jquery-ui-core', 'jquery-ui-widget', 'jquery-ui-mouse' ), '1.8.10' ); ?>
  84. <?php } ?>
  85.  
  86.  
  87. <?php
  88. wp_footer();
  89. ?>
  90.  
  91. <script src="<?php echo get_template_directory_uri(); ?>/js/custom.js" type="text/javascript"></script>
  92. </body>
  93. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement