]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shoutbox/templates/de/code/confirm_link.ctp
Moved to other repositories
[shipsimu.git] / application / shoutbox / templates / de / code / confirm_link.ctp
diff --git a/application/shoutbox/templates/de/code/confirm_link.ctp b/application/shoutbox/templates/de/code/confirm_link.ctp
deleted file mode 100644 (file)
index 915db3d..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-// Get helper instance
-$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'direct_login_link', 'index.php?app={?app_short_name?}&amp;page=login'));
-
-// Set link text
-$helper->addLinkWithTextById('direct_login_link_text');
-
-// Flush the content
-$helper->flushContent();
-
-// [EOC]
-?>
-<div id="content_header">
-       Best&auml;tigung Deiner Email-Adresse:
-</div>
-
-<div id="content_body">
-       Hallo <span class="data_username">{?username?}</span>! Du hast heute deine
-       Email-Addresse best&auml;tigt, wodurch alle Shoutbox-Funktionen entsperrt
-       worden sind. Viel Spass beim Chatten!
-</div>
-
-<div id="content_footer">
-       {?direct_login_link?}
-</div>