aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/hometopbar.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-04 13:55:04 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-04 13:55:04 +0100
commit13acdbd444b0ae26e83ab8cf62d60a7f59268545 (patch)
tree9186bda4bffa9751c5e93da2d09d762f40cc0adc /app/view/templates/hometopbar.php
parentd0ef17169701f90a9dab5f50e3eb61954653cae2 (diff)
downloadwcms-13acdbd444b0ae26e83ab8cf62d60a7f59268545.tar.gz
wcms-13acdbd444b0ae26e83ab8cf62d60a7f59268545.zip
admin panel
Diffstat (limited to 'app/view/templates/hometopbar.php')
-rw-r--r--app/view/templates/hometopbar.php36
1 files changed, 0 insertions, 36 deletions
diff --git a/app/view/templates/hometopbar.php b/app/view/templates/hometopbar.php
deleted file mode 100644
index ff0b5f8..0000000
--- a/app/view/templates/hometopbar.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<div id="topbar">
-
-<?php if($user->isvisitor()) { ?>
-
-
-<form action="<?= $this->url('log') ?>" method="post">
-<input type="password" name="pass" id="loginpass" placeholder="password">
-<input type="submit" name="log" value="login">
-</form>
-
-
-<?php } else { ?>
-
-<form action="<?= $this->url('log') ?>" method="post">
-<input type="submit" name="log" value="logout">
-</form>
-
-<span>
-User level : <?= $user->level() ?>
-</span>
-
-<?php } ?>
-
-<?php if($user->iseditor()) { ?>
-
-
-<span>
-| <a href="">media</a>
-| <a href="">admin</a>
-</span>
-
-
-
-<?php } ?>
-
-</div> \ No newline at end of file