aboutsummaryrefslogtreecommitdiffstats
path: root/admin/picture_modify.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/picture_modify.php')
-rw-r--r--admin/picture_modify.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/admin/picture_modify.php b/admin/picture_modify.php
index fb39a16a6..daf17939f 100644
--- a/admin/picture_modify.php
+++ b/admin/picture_modify.php
@@ -312,12 +312,10 @@ $template->assign(
if ($row['has_high'] == 'true')
{
- $template->assign(
- 'HIGH_FILESIZE',
- isset($row['high_filesize'])
- ? $row['high_filesize'].' KB'
- : l10n('unknown')
- );
+ $template->assign(array(
+ 'HIGH_FILESIZE' => isset($row['high_filesize']) ? $row['high_filesize'].' KB' : l10n('unknown'),
+ 'HIGH_DIMENSIONS' => isset($row['high_width']) ? $row['high_width'].' * '.$row['high_height'] : l10n('unknown'),
+ ));
}
// image level options