forked from Shaz3e/S3-Joomla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
33 lines (31 loc) · 1.65 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on Shaz3e S3 Framework ||
|| # Copyright (C) 2010 shaz3e.com. All Rights Reserved. ||
|| # Authors - Shahrukh A. Khan (Shaz3e) and DiligentCreators ||
|| # license - PHP files are licensed under GNU/GPL V2 ||
|| # license - CSS - JS - IMAGE files are Copyrighted material ||
|| # bound by Proprietary License of shaz3e.com ||
|| # for more information visit http://www.shaz3e.com/ ||
|| # Redistribution and modification of this software ||
|| # is bounded by its licenses websites - http://www.shaz3e.com ||
|| # A project of DiligentCreators - Construcing Ideas... ||
|| #################################################################### ||
\*======================================================================*/
defined('_JEXEC') or die;
include_once(JPATH_ROOT . "/templates/" . $this->template . '/s3tools/s3_tool.php');
?>
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, intial-scale=1, maximum-scale=1, user-scaleable=no">
<meta charset="utf-8">
<?php include_once(JPATH_ROOT . "/templates/" . $this->template . '/s3tools/s3_head.php'); ?>
</head>
<body class="<?php echo $DCBodyPageClasses; ?>">
<?php include_once(JPATH_ROOT . "/templates/" . $this->template . '/s3tools/s3_template.php'); ?>
<jdoc:include type="modules" name="debug" />
</body>
</html>