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:
Michael Vogel 2014-02-02 09:57:31 +01:00
commit 6c46c8333d
3 changed files with 86 additions and 35 deletions

View file

@ -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,