Personal Logo not displaying on coolwater theme

giozzz - June 22, 2009 - 08:30

Hello, my question today is: how can I put my personal logo on page header? I'm working on Cool water theme, and although I put the path for my logo image file into the configuration settings, it won't come out: there's only the indication of my site's address. Do I have to change something into the file page.tpl.php? Add a string of code maybe? can someone tell me where to put it, if I have to, and what to write? thank you as usual for your kindness!!!!

Personal logo

neeraj.cms - July 3, 2009 - 09:57

Put this code in page.tpl file wherever you want to show your logo
<img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" />
and then

put logo.png your logo image in your theme folder
or
you can change your logo from Administer > Site Building > Themes and configure your theme then upload your logo image and make sure Logo checkbox is checked on themes configuration page in Toggle display.

 
 

Drupal is a registered trademark of Dries Buytaert.