Advertisement
Guest User

borg7777

a guest
Aug 27th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.35 KB | None | 0 0
  1. <?php defined('_JEXEC') or die;
  2. $app = JFactory::getApplication();
  3. $doc = JFactory::getDocument();
  4. $sitename = $app->getCfg('sitename');
  5. // Detecting Active Variables (Leave this whole section alone)
  6. $itemid   = $app->input->getCmd('Itemid', '');
  7. ?>
  8. <!DOCTYPE html>
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
  10. <head>
  11.     <meta charset="utf-8">
  12.     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  13. <jdoc:include type="head" />
  14. <?php
  15. // Add JavaScript Frameworks
  16. JHtml::_('bootstrap.framework');
  17. // Add Stylesheets
  18. JHtmlBootstrap::loadCss();
  19. // Load optional rtl Bootstrap css and Bootstrap bugfixes
  20. JHtmlBootstrap::loadCss($includeMaincss = false, $this->direction);
  21. // Adjusting content width
  22. if ($this->countModules('position-7') && $this->countModules('position-8'))
  23. {
  24.     $span = "span6";
  25. }
  26. elseif ($this->countModules('position-7') && !$this->countModules('position-8'))
  27. {
  28.     $span = "span9";
  29. }
  30. elseif (!$this->countModules('position-7') && $this->countModules('position-8'))
  31. {
  32.     $span = "span9";
  33. }
  34. else
  35. {
  36.     $span = "span12";
  37. }
  38. ?>
  39. <link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/template.css" rel="stylesheet" type="text/css" />
  40. <link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/font-awesome-4.4.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
  41. <link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/icomoon.css" rel="stylesheet" type="text/css" />
  42. <!--[if lt IE 9]>
  43. <script src="<?php echo $this->baseurl ?>/media/jui/js/html5.js"></script>
  44. <![endif]-->
  45. <!--[if lte IE 7]>
  46. <link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/template_IEold.css" rel="stylesheet" type="text/css" />
  47. <![endif]-->
  48. <!--[if IE 8]>
  49. <link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/template_IE8.css" rel="stylesheet" type="text/css" />
  50. <![endif]-->
  51. <!--[if IE 9]>
  52. <link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/template_IE9.css" rel="stylesheet" type="text/css" />
  53. <![endif]-->
  54.     <script src="templates/shenplate/js/mainshen.js" type="text/javascript"></script>
  55.     <script src="templates/shenplate/js/jquery.elevateZoom-3.0.8.min.js" type="text/javascript"></script>
  56. </head>
  57. <body id="<?php echo ($itemid ? 'itemid-' . $itemid : ''); ?>">
  58.  
  59.         <!-- Begin Header-->
  60.     <div id="site_head" class="row-fluid">
  61.             <div id="WebyLogo" class="span3 pagination-centered hidden-phone">
  62.                   <span class="visible-tablet"><img src="templates/shenplate/images/navbar/JTCBWatermark.png"></span>
  63.                   <span class="visible-desktop"><img src="templates/shenplate/images/navbar/JTCBWatermark.png"> Graphics</span>
  64.             </div>
  65.     <div class="span8" style="margin-left: 0px;">
  66.         <?php if ($this->countModules('position_menu')): ?>
  67.      <div id="main_top_bar" class="navbar" role="navigation">
  68.       <div class="navbar-inner" style="border-top-left-radius: 2px; border-top-right-radius: 15px; border-bottom-left-radius: 15px; border-bottom-right-radius: 2px;">
  69.        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
  70.             <div id="buttola" class="images-container">
  71.                 <img src="/joomla/templates/shenplate/images/navbar/JTCBMenuBtn1.png">
  72.                 <img src="/joomla/templates/shenplate/images/navbar/JTCBMenuBtn2.png">
  73.             </div>
  74.         </a>
  75.       <!-- <a class="brand" href="#"></a>  -->
  76.       <div class="nav-collapse collapse">
  77.         <jdoc:include type="modules" name="position_menu" style="none" />
  78.        </div><!-- nav-collapse -->
  79.       </div><!-- navbar inner -->
  80.      </div><!-- navbar -->
  81.         <?php endif; ?>
  82.     </div><!-- container -->
  83.     <div class="span1 hidden-phone" style="margin-left: 0px;">
  84.     </div>
  85.     </div><!-- main header container -->
  86.  
  87.     <div id="page_bg" class="container-fluid"> 
  88.         <!-- Begin Container content-->
  89.         <div id="main_cont" class="container-fluid">
  90.  
  91.             <div id="JoomComponent" class="container-fluid">
  92.             <jdoc:include type="component" style="none" />
  93.             </div>
  94.  
  95.         </div><!-- row -->
  96.     </div><!-- container -->
  97.  
  98.     <footer>
  99.         <div id="shadow_line"></div>
  100.         <div id="page_foot" class="row-fluid">
  101.        
  102.         <div class="span3" ><jdoc:include type="modules" name="position_foot_A1" style="none" /></div>
  103.        
  104.         <div class="span3" ><jdoc:include type="modules" name="position_foot_B1" style="none" /></div>
  105.        
  106.         <div class="span3" ><jdoc:include type="modules" name="position_foot_C1" style="none" /></div>
  107.        
  108.         <div class="span3" ><jdoc:include type="modules" name="position_foot_D1" style="none" /></div>
  109.        
  110.         <!--End Footer-->
  111.        
  112.         </div>
  113.        
  114.         <div id="final_foot" class="row-fluid" style="margin-left: 0px;">
  115.             <div class="span9" >
  116.             ©&nbsp;2015&nbsp;JTCB&nbsp;Graphics&nbsp;studio. By&nbsp;James&nbsp;Thompson.
  117.             </div>
  118.             <div class="span3 pagination-centered">
  119.             <img src="http://placehold.it/300x30" style="height:30px;"> <!-- put webstat after you finish rest of the page here -->
  120.             </div>
  121.         </div>
  122.     </footer>
  123.  
  124.    
  125.     <?php if ($this->countModules('messageIE')): ?>
  126.     <!--[if lte IE 7]>
  127.     <div class="message-ie"><jdoc:include type="modules" name="messageIE" style="none" /></div>
  128.     <![endif]-->
  129.     <?php endif; ?>
  130.     <jdoc:include type="modules" name="debug" style="none" />
  131.    
  132. </body>
  133. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement