• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] How to link Footer Logo to site_url

Started by Luiggy,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LuiggyTopic starter

Hi,

Can you please help me with these codes,

<div class="span2 footer-logo nomargin">
'.show_logo('footer').'
</div>

I'm trying to link my footer logo to my homepage .site_url().

Thank you in advance!!!!
8)

  •  

fourdeltaOne

<div class="span2 footer-logo nomargin">
<a href="'.site_url().'" title="">'.show_logo('footer').'</a>
</div>
Skype: epic.mediauz
  •  

LuiggyTopic starter

Hi,

Thank you so much!! and I'm happy that I chose phpvibe too!!!!  :D
  •  

yafe3

thanks guys i did it like that i wan it to lead to the browse 
since im not a coder i dont know if this is safe or not ?



[/code]
<div class="span2 footer-logo nomargin">
<a href="http://www.website.com/videos/browse/" title="">'.show_logo('footer').'</a>
<div class="span8 footer-content">[/size][/font]
<a href="http://www.website.com/videos/browse/" title="">'.site_copy().'</a>
  •  

Similar topics (7)