1
0
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:
lisa
2009-01-07 10:48:47 +00:00
parent dc2b62ad48
commit a4ae6ad936

View 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);