Advertisement
BinaryBird

Data.php

Dec 28th, 2011
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?php
  2. class Foostor_Stopcheckout_Helper_Data extends Mage_Core_Helper_Abstract
  3. {
  4.     /**
  5.      * Check if the extension has been disabled in the system configuration
  6.      */
  7.     public function moduleActive()
  8.     {
  9.         return ! (bool) $this->getConfig('disable_ext');
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement