mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
correction to shortcodes
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
* Tagwords Class
|
* Tagwords Class
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/tagwords/tagwords_class.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/tagwords/tagwords_class.php,v $
|
||||||
* $Revision: 1.2 $
|
* $Revision: 1.3 $
|
||||||
* $Date: 2009-01-17 22:46:37 $
|
* $Date: 2009-01-18 10:11:12 $
|
||||||
* $Author: lisa_ $
|
* $Author: lisa_ $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@@ -47,7 +47,7 @@ class tagwords
|
|||||||
include_lan(e_PLUGIN."tagwords/languages/".e_LANGUAGE.".php");
|
include_lan(e_PLUGIN."tagwords/languages/".e_LANGUAGE.".php");
|
||||||
|
|
||||||
//shortcodes
|
//shortcodes
|
||||||
require_once(e_PLUGIN.'tagwords/tagwords_shortcodes_class.php');
|
require_once(e_PLUGIN.'tagwords/tagwords_shortcodes.php');
|
||||||
$this->shortcodes = $tagwords_shortcodes;
|
$this->shortcodes = $tagwords_shortcodes;
|
||||||
|
|
||||||
//template
|
//template
|
||||||
|
Reference in New Issue
Block a user