]> git.mxchange.org Git - city.git/blob - application/city/templates/code/confirm_link.ctp
Continued:
[city.git] / application / city / templates / code / confirm_link.ctp
1 <?php
2 // Import framework stuff
3 use Org\Mxchange\CoreFramework\Factory\ObjectFactory;
4
5 // Get helper instance
6 $helperInstance = ObjectFactory::createObjectByConfiguredName('html_link_helper_class', array($this, 'direct_login'));
7
8 // Set link text
9 $helperInstance->addLinkWithTextById('direct_login');
10
11 // Flush the content
12 $helperInstance->flushContent();
13
14 // [EOC]
15 ?>
16 <div id="content_header">
17         Best&auml;tigung Deiner Email-Adresse:
18 </div>
19
20 <div id="content_body">
21         Hallo <span class="data_username">{?username?}</span>! Du hast heute deine
22         Email-Addresse best&auml;tigt, wodurch alle Spielefunktionen entsperrt
23         worden sind. Viel Spass beim Spielen!
24 </div>
25
26 <div id="content_footer">
27         {?direct_login?}
28 </div>