Hello,
How do I display the logo on every page instead of just the initial page?
Thanks!!
Hi,
If you want the logo display in every page, just delete some code in line 73 and 107. In line 73 : <?php if($is_front): ?> In line 107 : <?php endif; ?>
<?php if($is_front): ?>
<?php endif; ?>
If there any question, just ask me. And thanks for using whitebull drupal themes :D.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
igoen commentedHi,
If you want the logo display in every page, just delete some code in line 73 and 107.
In line 73 :
<?php if($is_front): ?>In line 107 :
<?php endif; ?>If there any question, just ask me. And thanks for using whitebull drupal themes :D.