Missing method added to link helper, method renamed
[shipsimu.git] / application / blog / templates / de / code / action_login_logout.ctp
index 671b44ff51b9cb15899501269e9a39fcd5c773a4..465e8076b7984633b63805623652d9d15ac1c2a0 100644 (file)
@@ -3,7 +3,7 @@
 $helper = WebLinkHelper::createWebLinkHelper($this, 'logout_now_link', 'index.php?app=blog&page=logout&logout=1');
 
 // Set link text
-$helper->setLinkTextById('logout_now_link_text');
+$helper->addLinkWithTextById('logout_now_link_text');
 
 // Flush the content
 $helper->flushContent();
@@ -12,7 +12,7 @@ $helper->flushContent();
 $helper = WebLinkHelper::createWebLinkHelper($this, 'return_login_link', 'index.php?app=blog&page=login_area');
 
 // Set link text
-$helper->setLinkTextById('return_login_link_text');
+$helper->addLinkWithTextById('return_login_link_text');
 
 // Flush the content
 $helper->flushContent();