- 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:
patdenice
2010-04-29 21:34:37 +00:00
parent 0a5b09601b
commit 5a44a6f532
5 changed files with 7 additions and 3 deletions
+4
View File
@@ -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');
?>