/ Published in: PHP
The "design/header/logo_src" matches the path column in the core_config_data table in the database. You can use the path value to load the value of any config row.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// Get the logo from the current store config $logoSrc = Mage::getStoreConfig('design/header/logo_src');
URL: http://www.magthemes.com/magento-blog/retrive-magento-core-configuration-variables-magento-frontend/