aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/info.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-05 18:37:30 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-05 18:37:30 +0100
commit7fb607b48c181512b31f52a7ef7e302f331ec18d (patch)
treec4d89cba3c0d01679ed1455e0d7c39fa2fdb824c /app/view/templates/info.php
parentad3aed389f2e0d69802641f5a5b7c6add73f1ce5 (diff)
downloadwcms-7fb607b48c181512b31f52a7ef7e302f331ec18d.tar.gz
wcms-7fb607b48c181512b31f52a7ef7e302f331ec18d.zip
mediastyle
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