Advertisement
Guest User

data.php

a guest
Oct 16th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <?php
  2.  
  3. class v1_Brands_Helper_Data extends Mage_Core_Helper_Abstract
  4. {
  5.     public function getCfg($optionString)
  6.     {
  7.         return Mage::getStoreConfig('brands/' . $optionString);
  8.     }
  9.    
  10.     public function getCfgGeneral($optionString)
  11.     {
  12.         return Mage::getStoreConfig('brands/general/' . $optionString);
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement