]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/logout_done.ctp
A lot menu templates added, XMLs rewritten, TODOs.txt updated
[shipsimu.git] / application / ship-simu / templates / de / code / logout_done.ctp
index 9d441da4d7092d5cec148628b90db7f602353dfc..9843f5040bb10601ac9c2045e66cf88821b58cc6 100644 (file)
@@ -1,7 +1,19 @@
+<?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 [<a href="$config[base_url]/index.php?app=ship-simu&amp;page=login">erneut einloggen</a>] oder weiter auf unseren Seiten bleiben. ;-)
+       Du kannst dich nun {?relogin?} oder weiter auf unseren Seiten bleiben. ;-)
 </div>