zeros - theming for new categories/folder display
This commit is contained in:
parent
b661e61d6a
commit
054f8edb59
8 changed files with 67 additions and 17 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue