Vier: Adding some shadows. In the thread view showing the application when hovering over the network name (less information is sometimes more)
This commit is contained in:
parent
4d574866b1
commit
6c46c8333d
3 changed files with 86 additions and 35 deletions
|
@ -299,6 +299,8 @@ class Item extends BaseObject {
|
|||
'title' => $title_e,
|
||||
'localtime' => datetime_convert('UTC', date_default_timezone_get(), $item['created'], 'r'),
|
||||
'ago' => (($item['app']) ? sprintf( t('%s from %s'),relative_date($item['created']),$item['app']) : relative_date($item['created'])),
|
||||
'app' => $item['app'],
|
||||
'created' => relative_date($item['created']),
|
||||
'lock' => $lock,
|
||||
'location' => $location_e,
|
||||
'indent' => $indent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue