summaryrefslogtreecommitdiffstats
path: root/application/layouts
diff options
context:
space:
mode:
authorSimon2011-03-09 18:47:52 +0100
committerSimon2011-03-09 18:47:52 +0100
commitcf9512180bcdbdbec5c7cd2ed3d053d7e432cf2a (patch)
tree5986e90fefa97b464f5623c5c6f6ab005657c7dd /application/layouts
parentTesten der Filter mit Dummywerten über Formular möglich (diff)
downloadpbs2-cf9512180bcdbdbec5c7cd2ed3d053d7e432cf2a.tar.gz
pbs2-cf9512180bcdbdbec5c7cd2ed3d053d7e432cf2a.tar.xz
pbs2-cf9512180bcdbdbec5c7cd2ed3d053d7e432cf2a.zip
style angepasst
Diffstat (limited to 'application/layouts')
-rw-r--r--application/layouts/main.phtml9
1 files changed, 8 insertions, 1 deletions
diff --git a/application/layouts/main.phtml b/application/layouts/main.phtml
index 9ad6122..483d267 100644
--- a/application/layouts/main.phtml
+++ b/application/layouts/main.phtml
@@ -32,7 +32,14 @@ echo $this->headScript()."\n";
</div>
<div id='innerwrapper'>
<?php echo $this->layout()->content; ?>
- <div class='clear'></div>
+ <div class='clear footer'><?php
+if (Zend_Auth::getInstance()->hasIdentity()) {
+ //TODO: Display Auth info
+ // echo "<b>angemeldet</b>";
+ // echo " - <a href='/auth/logout'>logout</a>";
+}
+?></div>
</div>
</div>
+
</body></html>