NginUS

khepri

Sep 21st, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4.  
  5. * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
  6.  
  7. * @license GNU/GPL, see LICENSE.php
  8.  
  9. * Joomla! is free software. This version may have been modified pursuant
  10.  
  11. * to the GNU General Public License, and as distributed it includes or
  12.  
  13. * is derivative of works licensed under the GNU General Public License or
  14.  
  15. * other free or open source software licenses.
  16.  
  17. * See COPYRIGHT.php for copyright notices and details.
  18.  
  19. */
  20.  
  21.  
  22.  
  23. // no direct access
  24.  
  25. defined( '_JEXEC' ) or die( 'Restricted access' );
  26.  
  27. ?>
  28.  
  29. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  30.  
  31. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" id="minwidth" >
  32.  
  33. <head>
  34.  
  35. <jdoc:include type="head" />
  36.  
  37.  
  38.  
  39. <link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
  40.  
  41. <link href="templates/<?php echo $this->template ?>/css/template.css" rel="stylesheet" type="text/css" />
  42.  
  43.  
  44.  
  45. <?php if($this->direction == 'rtl') : ?>
  46.  
  47. <link href="templates/<?php echo $this->template ?>/css/template_rtl.css" rel="stylesheet" type="text/css" />
  48.  
  49. <?php endif; ?>
  50.  
  51.  
  52.  
  53. <!--[if IE 7]>
  54.  
  55. <link href="templates/<?php echo $this->template ?>/css/ie7.css" rel="stylesheet" type="text/css" />
  56.  
  57. <![endif]-->
  58.  
  59.  
  60.  
  61. <!--[if lte IE 6]>
  62.  
  63. <link href="templates/<?php echo $this->template ?>/css/ie6.css" rel="stylesheet" type="text/css" />
  64.  
  65. <![endif]-->
  66.  
  67.  
  68.  
  69. <?php if($this->params->get('useRoundedCorners')) : ?>
  70.  
  71. <link rel="stylesheet" type="text/css" href="templates/<?php echo $this->template ?>/css/rounded.css" />
  72.  
  73. <?php else : ?>
  74.  
  75. <link rel="stylesheet" type="text/css" href="templates/<?php echo $this->template ?>/css/norounded.css" />
  76.  
  77. <?php endif; ?>
  78.  
  79.  
  80.  
  81. <?php if(JModuleHelper::isEnabled('menu')) : ?>
  82.  
  83. <script type="text/javascript" src="templates/<?php echo $this->template ?>/js/menu.js"></script>
  84.  
  85. <script type="text/javascript" src="templates/<?php echo $this->template ?>/js/index.js"></script>
  86.  
  87. <?php endif; ?>
  88.  
  89.  
  90. <script>
  91. ChatraID = 'cTjJA5dRt6TnCzCQz';
  92. (function(d, w, c) {
  93. var n = d.getElementsByTagName('script')[0],
  94. s = d.createElement('script');
  95. w[c] = w[c] || function() {
  96. (w[c].q = w[c].q || []).push(arguments);
  97. };
  98. s.async = true;
  99. s.src = (d.location.protocol === 'https:' ? 'https:': 'http:')
  100. + '//chat.chatra.io/chatra.js';
  101. n.parentNode.insertBefore(s, n);
  102. })(document, window, 'Chatra');
  103. </script>
  104.  
  105.  
  106.  
  107. </head>
  108.  
  109. <body id="minwidth-body">
  110.  
  111. <div id="border-top" class="<?php echo $this->params->get('headerColor','green');?>">
  112.  
  113. <div>
  114.  
  115. <div>
  116.  
  117. <span class="version"><?php echo JText::_('Version') ?> <?php echo '1.1'; //JVERSION; ?></span>
  118.  
  119. <span class="title"><?php echo $this->params->get('showSiteName') ? ' Administration panel' : JText::_('Administration'); ?></span>
  120.  
  121. </div>
  122.  
  123. </div>
  124.  
  125. </div>
  126.  
  127. <div id="header-box">
  128.  
  129. <div id="module-status">
  130.  
  131. <jdoc:include type="modules" name="status" />
  132.  
  133. </div>
  134.  
  135. <div id="module-menu">
  136.  
  137. <jdoc:include type="modules" name="menu" />
  138.  
  139. </div>
  140.  
  141. <div class="clr"></div>
  142.  
  143. </div>
  144.  
  145. <div id="content-box">
  146.  
  147. <div class="border">
  148.  
  149. <div class="padding">
  150.  
  151. <div id="toolbar-box">
  152.  
  153. <div class="t">
  154.  
  155. <div class="t">
  156.  
  157. <div class="t"></div>
  158.  
  159. </div>
  160.  
  161. </div>
  162.  
  163. <div class="m">
  164.  
  165. <jdoc:include type="modules" name="toolbar" />
  166.  
  167. <jdoc:include type="modules" name="title" />
  168.  
  169. <div class="clr"></div>
  170.  
  171. </div>
  172.  
  173. <div class="b">
  174.  
  175. <div class="b">
  176.  
  177. <div class="b"></div>
  178.  
  179. </div>
  180.  
  181. </div>
  182.  
  183. </div>
  184.  
  185. <div class="clr"></div>
  186.  
  187. <?php if (!JRequest::getInt('hidemainmenu')): ?>
  188.  
  189. <jdoc:include type="modules" name="submenu" style="rounded" id="submenu-box" />
  190.  
  191. <?php endif; ?>
  192.  
  193. <jdoc:include type="message" />
  194.  
  195. <div id="element-box">
  196.  
  197. <div class="t">
  198.  
  199. <div class="t">
  200.  
  201. <div class="t"></div>
  202.  
  203. </div>
  204.  
  205. </div>
  206.  
  207. <div class="m">
  208.  
  209. <jdoc:include type="component" />
  210.  
  211. <div class="clr"></div>
  212.  
  213. </div>
  214.  
  215. <div class="b">
  216.  
  217. <div class="b">
  218.  
  219. <div class="b"></div>
  220.  
  221. </div>
  222.  
  223. </div>
  224.  
  225. </div>
  226.  
  227. <noscript>
  228.  
  229. <?php echo JText::_('WARNJAVASCRIPT') ?>
  230.  
  231. </noscript>
  232.  
  233. <div class="clr"></div>
  234.  
  235. </div>
  236.  
  237. <div class="clr"></div>
  238.  
  239. </div>
  240.  
  241. </div>
  242.  
  243. <div id="border-bottom"><div><div></div></div></div>
  244.  
  245. <div id="footer">
  246.  
  247. <p class="copyright">
  248.  
  249. <a href="<?php echo JURI::root(); ?>" target="_blank">Beatz!</a>
  250.  
  251. <?php echo 'This software is licensed under the'?> <a href="https://creativecommons.org/licenses/GPL/2.0/"><?php echo 'CC-GNU GPL'; ?></a><?php echo 'version 2.0 or later';?>
  252.  
  253.  
  254.  
  255. <?php //echo JText::_('ISFREESOFTWARE') ?>
  256.  
  257. </p>
  258.  
  259. </div>
  260.  
  261. </body>
  262.  
  263. </html>
Advertisement
Add Comment
Please, Sign In to add comment