/ Published in: PHP
Allows you to read any config in the magento database based in its path. The path is defined inside the system.xml file of the module. The table is core_config_data
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
echo Mage::getStoreConfig('config/path/in/core_config_data/table');