-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
42 lines (32 loc) · 1.49 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
34
35
36
37
38
39
40
41
42
<?php
defined('_JEXEC') or die('Restricted access');
?>
<?php echo '<?xml version="1.0" encoding="utf-8"?'.'>'; ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<!--
##########################################
## redWeb.dk ##
## Blangstedgaardsvej 1, 1 sal ##
## 5220 Odense SØ ##
## Danmark ##
## [email protected] ##
## http://www.redweb.dk ##
## Dato: 2013-11-25 ##
##########################################
-->
<?php $this->setMetaData('generator','redWEB ApS – www.redweb.dk'); ?>
<jdoc:include type="head" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/template.css" />
<link type="text/css" rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/lessphp/compile.php" />
<!--[if lt IE 9]>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/html5shiv.js" type="text/javascript"></script>
<![endif]-->
</head>
<body>
<h1>redBASE - Testing LESS PHP compiler - It's working if I have a red background</h1>
<?php include_once 'incl/footerJs.php'; ?>
</body>
</html>