eaf8060723cffd9ef4f039766c40bdaa0946b820
[shipsimu.git] / application / todo / templates / de / code / confirm_link.ctp
1 <?php
2 // Get helper instance
3 $helper = WebLinkHelper::createWebLinkHelper($this, 'direct_login_link', 'index.php?app={?app_short_name?}&amp;page=login');
4
5 // Set link text
6 $helper->addLinkWithTextById('direct_login_link_text');
7
8 // Flush the content
9 $helper->flushContent();
10
11 // [EOF]
12 ?>
13 <div id="content_header">
14         Best&auml;tigung Deiner Email-Adresse:
15 </div>
16
17 <div id="content_body">
18         Hallo <span class="data_username">{?username?}</span>! Du hast heute deine
19         Email-Addresse best&auml;tigt, wodurch alle Blogfunktionen entsperrt
20         worden sind. Viel Spass beim Bloggen!
21 </div>
22
23 <div id="content_footer">
24         {?direct_login_link?}
25 </div>