]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shoutbox/templates/de/code/action_shoutbox_login_logout.ctp
Moved to other repositories
[shipsimu.git] / application / shoutbox / templates / de / code / action_shoutbox_login_logout.ctp
diff --git a/application/shoutbox/templates/de/code/action_shoutbox_login_logout.ctp b/application/shoutbox/templates/de/code/action_shoutbox_login_logout.ctp
deleted file mode 100644 (file)
index 6dd49a9..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?php
-// Get helper instance
-$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'logout_now_link', 'index.php?app={?app_short_name?}&amp;page=logout'));
-
-// Set link text
-$helper->addLinkWithTextById('logout_now_link_text');
-
-// Flush the content
-$helper->flushContent();
-
-// Get helper instance
-$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'return_login_link', 'index.php?app={?app_short_name?}&amp;page=login_area'));
-
-// Set link text
-$helper->addLinkWithTextById('return_login_link_text');
-
-// Flush the content
-$helper->flushContent();
-
-// [EOC]
-?>
-<div id="logout_box">
-       <div id="logout_header">
-               Willst du dich wirklich aus der Shoutbox ausloggen?
-       </div>
-
-       <div id="logout_links">
-               {?logout_now_link?} | {?return_login_link?}
-       </div>
-</div>