aboutsummaryrefslogtreecommitdiffstats
path: root/view/full.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/full.php')
-rw-r--r--view/full.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/view/full.php b/view/full.php
deleted file mode 100644
index c4d62d5cd..000000000
--- a/view/full.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html >
-<html>
-<head>
- <title><?php if(x($page,'title')) echo $page['title'] ?></title>
- <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
- <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
-</head>
-<body>
- <section><?php if(x($page,'content')) echo $page['content']; ?>
- <div id="page-footer"></div>
- </section>
-</body>
-</html>
-