mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Include shortcode_handler.php
This commit is contained in:
@@ -11,12 +11,13 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/download_shortcodes.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/download_shortcodes.php,v $
|
||||||
| $Revision: 1.7 $
|
| $Revision: 1.8 $
|
||||||
| $Date: 2009-07-25 07:54:35 $
|
| $Date: 2009-08-06 22:34:59 $
|
||||||
| $Author: marj_nl_fr $
|
| $Author: bugrain $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
require_once(e_HANDLER.'shortcode_handler.php');
|
||||||
register_shortcode('download_shortcodes', true);
|
register_shortcode('download_shortcodes', true);
|
||||||
initShortcodeClass('download_shortcodes');
|
initShortcodeClass('download_shortcodes');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user