Revision: 34852
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 29, 2010 04:45 by TioSolid
Initial Code
// Get the logo from the current store config $logoSrc = Mage::getStoreConfig('design/header/logo_src');
Initial URL
http://www.magthemes.com/magento-blog/retrive-magento-core-configuration-variables-magento-frontend/
Initial Description
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.
Initial Title
Retrieve Magento Core Configuration variables on the Magento frontend
Initial Tags
magento
Initial Language
PHP