aboutsummaryrefslogtreecommitdiffstats
path: root/view/logout.tpl
diff options
context:
space:
mode:
authorolivierm <olivier@migeot.org>2011-02-24 18:52:08 +0100
committerolivierm <olivier@migeot.org>2011-02-24 18:52:08 +0100
commitd2c47924eb186a0839fe107b271ccbf27d15fe10 (patch)
treead94b3b6ed5232fc388ddb3212d1f0dccb3eb893 /view/logout.tpl
parent42d1474ff1388f987961ba24b0218a8e6ff0f47c (diff)
parent8ed085c64e4fb097394d0cc93f8744606c15527b (diff)
downloadvolse-hubzilla-d2c47924eb186a0839fe107b271ccbf27d15fe10.tar.gz
volse-hubzilla-d2c47924eb186a0839fe107b271ccbf27d15fe10.tar.bz2
volse-hubzilla-d2c47924eb186a0839fe107b271ccbf27d15fe10.zip
Merge commit 'mike/master'
Diffstat (limited to 'view/logout.tpl')
-rw-r--r--view/logout.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/logout.tpl b/view/logout.tpl
new file mode 100644
index 000000000..6a84a5bbc
--- /dev/null
+++ b/view/logout.tpl
@@ -0,0 +1,6 @@
+<form action="" method="post" >
+<div class="logout-wrapper">
+<input type="hidden" name="auth-params" value="logout" />
+<input type="submit" name="submit" id="logout-button" value="$logout" />
+</div>
+</form>