]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shoutbox/templates/de/code/confirm_link.ctp
Shoutbox stub added (will be moved out later on)
[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
new file mode 100644 (file)
index 0000000..eaf8060
--- /dev/null
@@ -0,0 +1,25 @@
+<?php
+// Get helper instance
+$helper = WebLinkHelper::createWebLinkHelper($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();
+
+// [EOF]
+?>
+<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 Blogfunktionen entsperrt
+       worden sind. Viel Spass beim Bloggen!
+</div>
+
+<div id="content_footer">
+       {?direct_login_link?}
+</div>