]> git.mxchange.org Git - shipsimu.git/blobdiff - application/blog/templates/de/code/logout_done.ctp
ToDo manager added (I need it by myself!), all links and form action now dynamic
[shipsimu.git] / application / blog / templates / de / code / logout_done.ctp
index 76d44edb5e1f584e624dba09161142e9112dd065..be8a24b434d116301db2c63cf94b7236edeadb32 100644 (file)
@@ -1,7 +1,19 @@
+<?php
+// Get helper instance
+$helper = WebLinkHelper::createWebLinkHelper($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();
+
+// [EOF]
+?>
 <div id="content_header">
        Du bist jetzt aus dem Blog ausgeloggt!
 </div>
 
 <div id="content_body">
-       Du kannst dich nun [<a href="$config[base_url]/index.php?app=blog&amp;page=login">erneut einloggen</a>] oder weiter auf unseren Seiten bleiben. ;-)
+       Du kannst dich nun {?relogin_link}? oder weiter auf unseren Seiten bleiben. ;-)
 </div>