aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/info.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/info.php')
-rw-r--r--app/view/templates/info.php25
1 files changed, 25 insertions, 0 deletions
diff --git a/app/view/templates/info.php b/app/view/templates/info.php
new file mode 100644
index 0000000..231a114
--- /dev/null
+++ b/app/view/templates/info.php
@@ -0,0 +1,25 @@
+<?php $this->layout('layout', ['title' => 'info', 'css' => $css . 'home.css']) ?>
+
+
+<?php $this->start('page') ?>
+
+<body>
+
+ <?php $this->insert('backtopbar', ['user' => $user, 'tab' => 'info']) ?>
+
+
+<section class="info">
+
+<h1>Info</h1>
+
+<a href="https://github.com/vincent-peugnet/wcms" target="_blank">🐱‍👤 Github</a>
+
+<a href="#">📕 Manual</a>
+<a href="#">🌵 Website</a>
+
+<h2>About</h2>
+
+</section>
+</body>
+
+<?php $this->stop('page') ?> \ No newline at end of file