1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Include shortcode_handler.php

This commit is contained in:
bugrain
2009-08-06 22:34:59 +00:00
parent 7834e775c1
commit 083720f4d0

View File

@@ -11,12 +11,13 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/download_shortcodes.php,v $
| $Revision: 1.7 $
| $Date: 2009-07-25 07:54:35 $
| $Author: marj_nl_fr $
| $Revision: 1.8 $
| $Date: 2009-08-06 22:34:59 $
| $Author: bugrain $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }
require_once(e_HANDLER.'shortcode_handler.php');
register_shortcode('download_shortcodes', true);
initShortcodeClass('download_shortcodes');