So in the previous versions of Dolphin you could edit the alt tag for the logo image in inc/design.inc.php
However, I'm wondering if anybody knows how to do this in the new Dolphin 7.1.1
Thanks!!!
So in the previous versions of Dolphin you could edit the alt tag for the logo image in inc/design.inc.php However, I'm wondering if anybody knows how to do this in the new Dolphin 7.1.1 Thanks!!! No Signature at this time. |
Right now this is how Google and the other search engines see my main logo: <a href="http://ustillup.com/"><img src="http://ustillup.com/media/images/1365041504.png" class="mainLogo" alt="logo" /></a> I want it to look like this: <a href="http://ustillup.com/"><img src="http://ustillup.com/media/images/chat_rooms.png" class="mainLogo" alt="Chat Rooms" title="Chat Rooms/></a> Stuff like this is important for SEO... No Signature at this time. |
have a look at the "genSiteLogo()" function in "templates/base/scripts/BxBaseFunctions.php" file ... http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |
Awesome!!! Thank you so much!!! No Signature at this time. |