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