From a4ae6ad936e634ed3f79e861613f0e1ec74d145a Mon Sep 17 00:00:00 2001 From: lisa Date: Wed, 7 Jan 2009 10:48:47 +0000 Subject: [PATCH] tagwords: forgot to commit the shortcode file for tagwords --- e107_plugins/tagwords/tagwords.sc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 e107_plugins/tagwords/tagwords.sc 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);