1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  3. <head profile="http://gmpg.org/xfn/11">
  4.  
  5.  
  6.  
  7. <link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/favicon.ico" />
  8. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  9. <meta name="keywords" content="<?php echo get_option('alltuts_keywords'); ?>" />
  10. <meta name="description" content="<?php echo get_option('alltuts_description'); ?>" />
  11. <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
  12. <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
  13. <link href="<?php bloginfo('template_directory'); ?>/css/jquery.lightbox-0.5.css" rel="stylesheet" type="text/css" />
  14. <link href="<?php bloginfo('template_directory'); ?>/css/jquery-ui-1.7.1.custom.css" rel="stylesheet" type="text/css" />
  15.  
  16. <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-1.4.2.min.js"></script>
  17.  
  18. <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.lightbox-0.5.min.js"></script>
  19. <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/cufon-yui.js"></script>
  20. <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/Century_Gothic_400-Century_Gothic_700.font.js"></script>
  21. <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/javascript/custom.js"></script>
  22.  
  23.  
  24. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js "></script>
  25.  
  26.  
  27.  
  28.  
  29. <!-- Cufon init -->
  30. <script type="text/javascript">
  31. <?php if(get_option('alltuts_cufon')!="no"):?>
  32. Cufon.replace('h1',{hover: true})('h2')('h3')('.stepcarousel .panel .caption .title');
  33. <?php endif ?>
  34. </script>
  35. <!-- lightbox initialize script -->
  36. <script type="text/javascript">
  37. $(function() {
  38. $('a.lightbox').lightBox();
  39. });
  40. </script>
  41.  
  42.  
  43. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  44. <?php wp_get_archives('type=monthly&format=link'); ?>
  45. <?php //comments_popup_script(); // off by default ?>
  46. <?php wp_head(); ?>
  47.  
  48.  
  49. </head>
  50.  
  51. <body>
  52. <!-- Begin #wrapper -->
  53. <div id="wrapper">
  54. <!-- Begin #header -->
  55. <div id="header">
  56.  
  57. <!-- Top Menu start -->
  58.  
  59. <?php wp_nav_menu( array('container' => 'div', 'container_class' => 'jqueryslidemenu', 'container_id' => 'menu', 'walker' => new description_walker() )); ?>
  60.  
  61. <!-- Top Menu end -->
  62.  
  63. <div class="breadcrumbs">
  64. <?php
  65. if(function_exists('bcn_display'))
  66. {
  67. bcn_display();
  68. }
  69. ?>
  70. </div>
  71.  
  72.  
  73.  
  74.  
  75.  
  76. </div>
  77. <!-- End #header -->
  78.  
  79. <!-- Begin #content -->
  80. <div id="content" class="clearfix">