]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/logout_done.ctp
- XHTML errors/warnings fixed in some pages
[shipsimu.git] / application / ship-simu / templates / de / code / logout_done.ctp
index b956f23f8272b7349e0ad2dc2dc71ca2f2baebcb..8e44f11559248b33f746cd10bc79ef6d50963455 100644 (file)
@@ -1,12 +1,12 @@
 <?php
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'relogin_link', 'index.php?app=ship-simu&amp;page=login');
+$helperInstance = WebLinkHelper::createWebLinkHelper($this, 'relogin_link', 'index.php?app={?app_short_name?}&amp;page=login');
 
 // Set link text
-$helper->setLinkTextById('relogin_link_text');
+$helperInstance->addLinkWithTextById('relogin_link_text');
 
 // Flush the content
-$helper->flushContent();
+$helperInstance->flushContent();
 
 // [EOF]
 ?>