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