diff options
Diffstat (limited to 'modules/info/helpers/info_block.php')
-rw-r--r-- | modules/info/helpers/info_block.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/info/helpers/info_block.php b/modules/info/helpers/info_block.php index 62c2919c..975acd6a 100644 --- a/modules/info/helpers/info_block.php +++ b/modules/info/helpers/info_block.php @@ -26,4 +26,13 @@ class info_block_Core { $block->content = new View("info_block.html"); return $block; } + + public static function thumbnail_info($theme, $item) { + print "<li>Views: 321</li>"; + if ($item->owner) { + print "<li>"; + printf(_("By: %s"), "<a href=\"#\">{$item->owner->name}</a>"); + print "</li>"; + } + } }
\ No newline at end of file |