summaryrefslogtreecommitdiff
path: root/linkshorter/view/templ-output.php
diff options
context:
space:
mode:
authorroot2014-11-27 02:41:21 +0100
committerroot2014-11-27 02:41:21 +0100
commit92babb43a2a0041a71b54db35cbc9d2fba908a63 (patch)
tree8971101b53b6a6b12a092b456dc11a4dbfc034a3 /linkshorter/view/templ-output.php
parent2b24f3ef0e800f878177973eefcb28380a292503 (diff)
downloadtools.iamfabulous.de-92babb43a2a0041a71b54db35cbc9d2fba908a63.tar.gz
Rewrote the linkshorter.
Diffstat (limited to 'linkshorter/view/templ-output.php')
-rw-r--r--linkshorter/view/templ-output.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/linkshorter/view/templ-output.php b/linkshorter/view/templ-output.php
new file mode 100644
index 0000000..0ca6d29
--- /dev/null
+++ b/linkshorter/view/templ-output.php
@@ -0,0 +1,12 @@
+<?php
+ $title= $heading;
+ require 'view/templ-head.php';
+?>
+<div class="container text-center pagination-centered">
+ <div class="row">
+ <h1><?php echo $heading; ?></h1>
+ <hr>
+ <h4><?php echo $reason; ?></h4>
+ </div>
+</div>
+ <?php require("../tools/footer.php"); ?>