1
0
Fork 0

zeros - theming for new categories/folder display

This commit is contained in:
friendica 2012-09-23 19:22:48 -07:00
commit 054f8edb59
8 changed files with 67 additions and 17 deletions

View file

@ -214,6 +214,10 @@ class Item extends BaseObject {
'tags' => $tags,
'hashtags' => $hashtags,
'mentions' => $mentions,
'txt_cats' => t('Categories:'),
'txt_folders' => t('Filed under:'),
'has_cats' => ((count($categories)) ? 'true' : ''),
'has_folders' => ((count($folders)) ? 'true' : ''),
'categories' => $categories,
'folders' => $folders,
'body' => template_escape($body),