Here some javascipt the code that will load an error image
ie ( right to save and put in the klutz/graphics/ folder)
[http://www.bearne.com/images/FileNotFound.gif file not found]
Put this in common-header.inc
Please use the image preload from horde framework if there is one
<script language="javascript" type="text/javascript">
</script>
and the change in comic.inc ( look for the - and + )
<?php printf(_("%s by %s"), $name, $author) ?>
<?php printf(_("%s by %s"), $name, $author) ?>
- <img alt="" src="" />
- <img alt="" src="" id="" onerror="imageNotFound(this);"/>
I just used the url as the id I knew it would work But please replace with
better code
Paul Bearne
[KultzMods Klutz Mods]