????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/store/admin/includes/modules/cfg_modules/
Upload File :
Current File : /home2/morganrand/www/store/admin/includes/modules/cfg_modules/cfgm_action_recorder.php

<?php
/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

  class cfgm_action_recorder {
    var $code = 'action_recorder';
    var $directory;
    var $language_directory = DIR_FS_CATALOG_LANGUAGES;
    var $key = 'MODULE_ACTION_RECORDER_INSTALLED';
    var $title;
    var $template_integration = false;

    function cfgm_action_recorder() {
      $this->directory = DIR_FS_CATALOG_MODULES . 'action_recorder/';
      $this->title = MODULE_CFG_MODULE_ACTION_RECORDER_TITLE;
    }
  }
?>