diff options
author | patdenice <patdenice@piwigo.org> | 2010-04-29 21:34:37 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-04-29 21:34:37 +0000 |
commit | 5a44a6f5324bb2363d4d0827cd8a94e613e72837 (patch) | |
tree | 185b799645bdc6550a64a9f9e0340768a0efdc9c /admin/themes/default | |
parent | 0a5b09601b647cf22d9bd4ab291c58156931a761 (diff) |
- 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
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/themes_new.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/themes_new.tpl b/admin/themes/default/template/themes_new.tpl index 7965cc0d4..ff7e4c514 100644 --- a/admin/themes/default/template/themes_new.tpl +++ b/admin/themes/default/template/themes_new.tpl @@ -7,7 +7,7 @@ {foreach from=$new_themes item=theme name=themes_loop} <div class="themeBox"> <div class="themeName">{$theme.name}</div> - <div class="themeShot"><img src="{$theme.screenshot}"></div> + <div class="themeShot"><img src="{$theme.screenshot}" onerror="this.src='{$default_screenshot}'"></div> <div class="themeActions"><a href="{$theme.install_url}">{'Install'|@translate}</a></div> </div> {/foreach} |