feature:2330 ability to hide the "new" icon for recent photos
correct a big mistake in var name git-svn-id: http://piwigo.org/svn/trunk@11591 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
a8954c34a1
commit
c16eeb1f2e
2 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@ foreach ($pictures as $row)
|
|||
);
|
||||
if ($conf['index_new_icon'])
|
||||
{
|
||||
$row['icon_ts'] = get_icon($row['date_available']);
|
||||
$tpl_var['icon_ts'] = get_icon($row['date_available']);
|
||||
}
|
||||
|
||||
if ($user['show_nb_hits'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue