diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-03-30 19:20:26 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-03-30 19:20:26 +0200 |
commit | 28c8cdaf5836690b2d393e0735bab62c59aaa7b7 (patch) | |
tree | 8cd139b96b223c2bf1159c433ccf88019f685ca6 /data/templates/editbookmark.tpl.php | |
parent | c7c702f54428a1c3569e90a6a58f879d575571cb (diff) | |
download | semanticscuttle-28c8cdaf5836690b2d393e0735bab62c59aaa7b7.tar.gz semanticscuttle-28c8cdaf5836690b2d393e0735bab62c59aaa7b7.tar.bz2 |
make dynamictags (tagcloud) work again
Diffstat (limited to 'data/templates/editbookmark.tpl.php')
-rw-r--r-- | data/templates/editbookmark.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/editbookmark.tpl.php b/data/templates/editbookmark.tpl.php index 1783692..25938e8 100644 --- a/data/templates/editbookmark.tpl.php +++ b/data/templates/editbookmark.tpl.php @@ -194,7 +194,7 @@ jQuery(document).ready(function() { <?php // Dynamic tag selection - //FIXME$this->includeTemplate('dynamictags.inc'); +$this->includeTemplate('dynamictags.inc'); // Bookmarklets and import links if (empty($_REQUEST['popup']) && (!isset($showdelete) || !$showdelete)) { |