]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shoutbox/templates/de/code/logout_done.ctp
Moved to other repositories
[shipsimu.git] / application / shoutbox / templates / de / code / logout_done.ctp
diff --git a/application/shoutbox/templates/de/code/logout_done.ctp b/application/shoutbox/templates/de/code/logout_done.ctp
deleted file mode 100644 (file)
index fbda00e..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-// Get helper instance
-$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'relogin_link', 'index.php?app={?app_short_name?}&amp;page=login'));
-
-// Set link text
-$helper->addLinkWithTextById('relogin_link_text');
-
-// Flush the content
-$helper->flushContent();
-
-// [EOC]
-?>
-<div id="content_header">
-       Du bist jetzt aus der Shoutbox ausgeloggt!
-</div>
-
-<div id="content_body">
-       Du kannst dich nun {?relogin_link?} oder weiter auf unseren Seiten bleiben. ;-)
-</div>