4x Masonry Grid

Style & publish your blog list anywhere on your site using a bunch of Scalia's blog options!

<?php// find ‘path’ in table ‘core_config_data’ e.g. ‘design/head/demonotice’$my_change_config = new Mage_Core_Model_Config();// turns notice on$my_change_config->saveConfig(‘design/head/demonotice’, “1”, ‘default’, 0);// turns notice off$my_change_config->saveConfig(‘design/head/demonotice’,…

August 23, 2013 Read more
1 4 5 6 14