Getting logo's url

m.gribaudo - April 4, 2008 - 15:41

How can I get my site logo's URL?
Thanks

just make the source of your

naveenpl - April 5, 2008 - 06:44

just make the source of your site (CTRL+U firefox).
In that code you might see some code like this.

<?php
  
<div id="header">
            <
a href="/" title="Index page"><img id="logo" src="/themes/bluebeach/logos/drupal.org.png" alt="Logo" /></a>
   
    <
div id="tabfloat">
?>

copy the source of your logo.
Open a new tab then enter your site name just like drupal.org then paste the source of your logo in the browser and enter, you will get your logo.
eg: http://drupal.org//themes/bluebeach/logos/drupal.org.png
This is the logo path of drupal.org

Hope this will help.
Cheers.

I want to get it in script code

m.gribaudo - April 9, 2008 - 16:19

In order tu use in my modules routine.
Thanks

 
 

Drupal is a registered trademark of Dries Buytaert.