This commit is contained in:
SJ 2013-07-25 22:27:36 +02:00
parent 792eb156de
commit 00e87b1172
2 changed files with 1 additions and 3 deletions

View File

@ -19,8 +19,6 @@ $config['BRANDING_URL'] = '';
$config['BRANDING_LOGO'] = '';
$config['SUPPORT_LINK'] = '';
$config['SHOW_COMPANY_LINK'] = 1;
$config['DEFAULT_LANG'] = 'en';
$config['THEME'] = 'default';

View File

@ -67,7 +67,7 @@
</ul>
<ul class="nav pull-right">
<?php if(SHOW_COMPANY_LINK == 1) { ?><li><a href="<?php print $settings['branding_url']; ?>" target="_blank"><i class="icon-phone"></i>&nbsp;<?php print $settings['branding_text']; ?></a></li><?php } ?>
<?php if($settings['branding_url']) { ?><li><a href="<?php print $settings['branding_url']; ?>" target="_blank"><i class="icon-phone"></i>&nbsp;<?php print $settings['branding_text']; ?></a></li><?php } ?>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-user"></i>&nbsp;<?php if(isset($_SESSION['realname'])) { print $_SESSION['realname']; ?>&nbsp;<?php } ?><b class="caret"></b></a>