* adjust the companyname.

This commit is contained in:
wwccss
2014-04-21 13:44:05 +08:00
parent f8cf4999c1
commit 11a252a872
+1 -1
View File
@@ -9,7 +9,7 @@ include 'chosen.html.php';
<div id='topbar'>
<div class='pull-right' id='topnav'><?php commonModel::printTopBar();?></div>
<h5 id='companyname'>
<?php echo $app->company->name;?>
<?php printf($lang->welcome, $app->company->name);?>
<small class='actions'>
<?php
if($app->company->website) echo html::a($app->company->website, $lang->company->website, '_blank');