Revision | 274cea166aecf302e3717206fb74999d450c86b4 (tree) |
---|---|
Zeit | 2004-12-25 16:39:37 |
Autor | henoheno <henoheno> |
Commiter | henoheno |
BugTrack/742:Added noimage.png for amazon plugin
@@ -1,6 +1,6 @@ | ||
1 | 1 | <?php |
2 | 2 | // PukiWiki - Yet another WikiWikiWeb clone. |
3 | -// $Id: amazon.inc.php,v 1.9 2004/12/25 07:01:07 henoheno Exp $ | |
3 | +// $Id: amazon.inc.php,v 1.10 2004/12/25 07:39:37 henoheno Exp $ | |
4 | 4 | // Id: amazon.inc.php,v 1.1 2003/07/24 13:00:00 閑舎 |
5 | 5 | // |
6 | 6 | // Amazon plugin: Book-review maker via amazon.com/amazon.jp |
@@ -58,7 +58,7 @@ define('PLUGIN_AMAZON_EXPIRE_IMAGECACHE', 1); | ||
58 | 58 | define('PLUGIN_AMAZON_EXPIRE_TITLECACHE', 356); |
59 | 59 | |
60 | 60 | // Alternative image for 'Image not found' |
61 | -define('PLUGIN_AMAZON_NO_IMAGE', './image/noimage.jpg'); | |
61 | +define('PLUGIN_AMAZON_NO_IMAGE', IMAGE_DIR . 'noimage.png'); | |
62 | 62 | |
63 | 63 | // URI prefixes |
64 | 64 | switch(LANG){ |