- Posts: 1
- Thank you received: 1
Image logo with slogan text
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #23055
by ivan.milic
Replied by ivan.milic on topic Image logo with slogan text
open templates\hot_cinema\library\logo.php
find this:
remove this line:
<?php }else{ ?>
find this:
Code:
<?php if($logoImageSwitch) { ?>
<div class="sparky_logo_image"><a href="index.php"><img src="<?php echo $template_path.DS."images".DS.$logoImageFile; ?>" alt="<?php echo $logoImageAlt; ?>" /></a></div>
<?php }else{ ?>
<div class="sparky_logo"><a href="index.php"><?php echo $logoText; ?></a></div>
<div class="sparky_slogan"><?php echo $sloganText; ?></div>
<?php } ?>
remove this line:
<?php }else{ ?>
Please Log in to join the conversation.
Time to create page: 0.205 seconds