]> git.mxchange.org Git - shipsimu.git/blobdiff - application/blog/templates/de/code/action_login_logout.ctp
Logout procedure rewritten to logout controller and command
[shipsimu.git] / application / blog / templates / de / code / action_login_logout.ctp
index 465e8076b7984633b63805623652d9d15ac1c2a0..5d345c3c6b7e6649ad6a5f464ddef5b84fb99a39 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'logout_now_link', 'index.php?app=blog&amp;page=logout&amp;logout=1');
+$helper = WebLinkHelper::createWebLinkHelper($this, 'logout_now_link', 'index.php?app=blog&amp;page=logout');
 
 // Set link text
 $helper->addLinkWithTextById('logout_now_link_text');