mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
- Fix tab display on IE
- Display missing screenshot on themes_new if screenshot is missing. git-svn-id: http://piwigo.org/svn/trunk@6015 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -139,5 +139,9 @@ else
|
||||
array_push($page['errors'], l10n('Can\'t connect to server.'));
|
||||
}
|
||||
|
||||
$template->assign('default_screenshot',
|
||||
get_root_url().'admin/themes/'.$conf['admin_theme'].'/images/missing_screenshot.png'
|
||||
);
|
||||
|
||||
$template->assign_var_from_handle('ADMIN_CONTENT', 'themes');
|
||||
?>
|
||||
Reference in New Issue
Block a user