diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-05 18:37:30 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-05 18:37:30 +0100 |
commit | 7fb607b48c181512b31f52a7ef7e302f331ec18d (patch) | |
tree | c4d89cba3c0d01679ed1455e0d7c39fa2fdb824c /app/view/templates/info.php | |
parent | ad3aed389f2e0d69802641f5a5b7c6add73f1ce5 (diff) | |
download | wcms-7fb607b48c181512b31f52a7ef7e302f331ec18d.tar.gz wcms-7fb607b48c181512b31f52a7ef7e302f331ec18d.zip |
mediastyle
Diffstat (limited to 'app/view/templates/info.php')
-rw-r--r-- | app/view/templates/info.php | 25 |
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 |