From 134acbb724e7899e10149f00ed0a5d92358a06ba Mon Sep 17 00:00:00 2001 From: ddtddt Date: Thu, 23 Dec 2010 13:17:05 +0000 Subject: [branches 2.1] - add average_rate for thumbnail template git-svn-id: http://piwigo.org/svn/branches/2.1@8251 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_default.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/category_default.inc.php b/include/category_default.inc.php index 5f7fe5382..fcc3d0b22 100644 --- a/include/category_default.inc.php +++ b/include/category_default.inc.php @@ -123,6 +123,7 @@ foreach ($pictures as $row) 'FILE_SIZE' => $row['filesize'], 'FILE_WIDTH' => $row['width'], 'FILE_HEIGHT' => $row['height'], + 'FILE_RAGE' => $row['average_rate'], 'FILE_METADATE' => $row['date_metadata_update'], 'FILE_HAS_HD' => ($row['has_high'] and $user['enabled_high']=='true') ? true:false, /* lack of include/functions_picture.inc.php */ -- cgit v1.2.3