1
0

give thumbSize into the ML

This commit is contained in:
onli
2013-06-03 20:05:37 +02:00
parent e4a8a2662b
commit 32be9063b8

View File

@ -2856,6 +2856,7 @@ function serendipity_showMedia(&$file, &$paths, $url = '', $manage = false, $lin
'sort_row_interval' => array(8, 16, 50, 100),
'nr_files' => count($file),
'keywords' => explode(';', $serendipity['mediaKeywords']),
'thumbSize' => $serendipity['thumbSize']
);
$media = array_merge($media, $smarty_vars);