diff --git a/e107_plugins/tagwords/tagwords.sc b/e107_plugins/tagwords/tagwords.sc new file mode 100644 index 000000000..446003e66 --- /dev/null +++ b/e107_plugins/tagwords/tagwords.sc @@ -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);