mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
@@ -606,7 +606,7 @@ $metadata_showable = trigger_change(
|
||||
$picture['current']
|
||||
);
|
||||
|
||||
if ( $metadata_showable and pwg_get_session_var('show_metadata') )
|
||||
if ( isset($_GET['metadata']) )
|
||||
{
|
||||
$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1);
|
||||
}
|
||||
@@ -676,12 +676,10 @@ SELECT *
|
||||
|
||||
$format['filesize'] = sprintf('%.1fMB', $format['filesize']/1024);
|
||||
}
|
||||
|
||||
$template->append('current', array('formats' => $formats), true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if ($page['slideshow'])
|
||||
{
|
||||
$tpl_slideshow = array();
|
||||
|
||||
Reference in New Issue
Block a user