diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-25 18:54:04 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-25 18:54:04 +0000 |
commit | e9e589e5ebb54d016f1e52d4ba776970456e39b6 (patch) | |
tree | 1ae2d8ec6cfdcca028a1ac341da6dca90c0c42a2 /modules/tag/helpers | |
parent | d554adc484faa8bd605d230f49b8e3db2bc595b9 (diff) |
Display tag block using data from the database
Diffstat (limited to 'modules/tag/helpers')
-rw-r--r-- | modules/tag/helpers/tag_block.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tag/helpers/tag_block.php b/modules/tag/helpers/tag_block.php index 0ade0acf..629008b6 100644 --- a/modules/tag/helpers/tag_block.php +++ b/modules/tag/helpers/tag_block.php @@ -24,6 +24,7 @@ class tag_block_Core { $block->id = "gTag"; $block->title = _("Tags"); $block->content = new View("tag_block.html"); + $block->content->tag_list = tag::load_buckets(); return $block; } }
\ No newline at end of file |