/ Published in: PHP
URL: http://www.magthemes.com/magento-blog/retrive-magento-core-configuration-variables-magento-frontend/
The "design/header/logosrc" matches the path column in the coreconfig_data table in the database. You can use the path value to load the value of any config row.
Expand |
Embed | Plain Text
// Get the logo from the current store config $logoSrc = Mage::getStoreConfig('design/header/logo_src');
You need to login to post a comment.
