Last active
August 29, 2015 14:19
-
-
Save cscartjp/8aaee0a0ea7b46b026fe to your computer and use it in GitHub Desktop.
CS-Cart Advanced Add-on Tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*************************************************************************** | |
* * | |
* (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev * | |
* * | |
* This is commercial software, only users who have purchased a valid * | |
* license and accept to the terms of the License Agreement can install * | |
* and use this program. * | |
* * | |
**************************************************************************** | |
* PLEASE READ THE FULL TEXT OF THE SOFTWARE LICENSE AGREEMENT IN THE * | |
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE. * | |
****************************************************************************/ | |
if (!defined('BOOTSTRAP')) { die('Access denied'); } | |
fn_register_hooks( | |
'get_category_data_pre' | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment