I have a custom logo and I have tried to get his path in this way theme_get_setting('logo_path'), but no expected result.
I am using the code in a custom block, in input PHP.
|
I have a custom logo and I have tried to get his path in this way I am using the code in a custom block, in input PHP. |
||||
|
|
|||||||
|
The call to drupal_theme_initialize() is not strictly necessary, and it doesn't do anything if the global variable When the logo has been disabled in the theme settings, |
||||
|
|
theme_get_setting('logo_path', 'THEME_NAME'), replacing THEME_NAME with the name of your theme? – marcvangend Mar 21 '11 at 13:21