Fixed a lot more 'web' to 'html' + updated 'core'.
[shipsimu.git] / application / shipsimu / templates / de / code / block_company_data.ctp
1 <?php
2 // Get helper instance
3 $helperInstance = ObjectFactory::createObjectByConfiguredName('html_link_helper', array($this, 'company'));
4
5 // Set link text
6 $helperInstance->addActionLinkById('company', 'company');
7
8 // Flush the content
9 $helperInstance->flushContent();
10
11 // [EOC]
12 ?>
13 <div class="user_name_div">
14         Firmenstatus: <span class="company_status">{?company_status?}</span>
15 </div>
16 <div class="user_profile_div">
17         {?company?}
18 </div>