]> git.mxchange.org Git - shipsimu.git/blobdiff - application/blog/templates/de/code/confirm_link.ctp
ToDo manager added (I need it by myself!), all links and form action now dynamic
[shipsimu.git] / application / blog / templates / de / code / confirm_link.ctp
index 95039ecc0cf936b7e3896a426aaee6d833bbfcf2..eaf8060723cffd9ef4f039766c40bdaa0946b820 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'direct_login_link', 'index.php?app=blog&amp;page=login');
+$helper = WebLinkHelper::createWebLinkHelper($this, 'direct_login_link', 'index.php?app={?app_short_name?}&amp;page=login');
 
 // Set link text
-$helper->setLinkTextById('direct_login_link_text');
+$helper->addLinkWithTextById('direct_login_link_text');
 
 // Flush the content
 $helper->flushContent();