mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 01:51:59 +01:00
fixed a branding text typo
This commit is contained in:
parent
e49704fac7
commit
c124e0b4dd
@ -70,7 +70,7 @@
|
||||
|
||||
<ul class="nav pull-right">
|
||||
<?php if($settings['branding_url']) { ?>
|
||||
<li><a href="<?php print $settings['branding_url']; ?> <?php if($settings['text_colour']) { ?> style="color: <?php print $settings['text_colour']; ?>;"<?php } ?>" target="_blank"><i class="icon-phone"></i> <?php print $settings['branding_text']; ?></a></li>
|
||||
<li><a href="<?php print $settings['branding_url']; ?>" <?php if($settings['text_colour']) { ?> style="color: <?php print $settings['text_colour']; ?>;"<?php } ?> target="_blank"><i class="icon-phone"></i> <?php print $settings['branding_text']; ?></a></li>
|
||||
<?php } ?>
|
||||
|
||||
<li class="dropdown">
|
||||
|
Loading…
Reference in New Issue
Block a user