mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
tagwords: forgot to commit the shortcode file for tagwords
This commit is contained in:
6
e107_plugins/tagwords/tagwords.sc
Normal file
6
e107_plugins/tagwords/tagwords.sc
Normal file
@@ -0,0 +1,6 @@
|
||||
require_once(e_PLUGIN."tagwords/tagwords_class.php");
|
||||
$tag = new tagwords();
|
||||
|
||||
global $parm;
|
||||
$tmp = explode("^", $parm);
|
||||
return $tag->getRecords($tmp[0],$tmp[1], TRUE);
|
Reference in New Issue
Block a user