]> git.mxchange.org Git - shipsimu.git/blobdiff - application/blog/templates/de/code/action_blog_login_logout.ctp
Filteres rewritten, birthday added, some fixes:
[shipsimu.git] / application / blog / templates / de / code / action_blog_login_logout.ctp
index 4dd47d9625b7e7058e423d627a6874e74620beed..e1ef3db12a8dd182740d46a0bfe20d83a8a4bd4e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'logout_now_link', 'index.php?app={?app_short_name?}&amp;page=logout');
+$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'logout_now_link', 'index.php?app={?app_short_name?}&amp;page=logout'));
 
 // Set link text
 $helper->addLinkWithTextById('logout_now_link_text');
@@ -9,7 +9,7 @@ $helper->addLinkWithTextById('logout_now_link_text');
 $helper->flushContent();
 
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'return_login_link', 'index.php?app={?app_short_name?}&amp;page=login_area');
+$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'return_login_link', 'index.php?app={?app_short_name?}&amp;page=login_area'));
 
 // Set link text
 $helper->addLinkWithTextById('return_login_link_text');
@@ -17,11 +17,11 @@ $helper->addLinkWithTextById('return_login_link_text');
 // Flush the content
 $helper->flushContent();
 
-// [EOF]
+// [EOC]
 ?>
 <div id="logout_box">
        <div id="logout_header">
-               Willst du dich wirklich aus dem Blog aussloggen?
+               Willst du dich wirklich aus dem Blog ausloggen?
        </div>
 
        <div id="logout_links">