mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:10:12 +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">
|
<ul class="nav pull-right">
|
||||||
<?php if($settings['branding_url']) { ?>
|
<?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 } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<li class="dropdown">
|
<li class="dropdown">
|
||||||
|
Loading…
Reference in New Issue
Block a user