]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/logout_done.ctp
Renamed 'ship-simu' to 'shipsimu' + added 'core' and symlink to core/inc
[shipsimu.git] / application / ship-simu / templates / de / code / logout_done.ctp
diff --git a/application/ship-simu/templates/de/code/logout_done.ctp b/application/ship-simu/templates/de/code/logout_done.ctp
deleted file mode 100644 (file)
index 9843f50..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-// Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'relogin'));
-
-// Set link text
-$helperInstance->addLinkWithTextById('relogin');
-
-// Flush the content
-$helperInstance->flushContent();
-
-// [EOC]
-?>
-<div id="content_header">
-       Du bist jetzt aus dem Spiel ausgeloggt!
-</div>
-
-<div id="content_body">
-       Du kannst dich nun {?relogin?} oder weiter auf unseren Seiten bleiben. ;-)
-</div>