1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Bugtracker #3919 - set absolute path for icon

This commit is contained in:
e107steved
2007-05-31 21:02:53 +00:00
parent 4561d1a378
commit eff762cd6f

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/list_new/list_class.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/list_new/list_class.php,v $
| $Revision: 1.2 $ | $Revision: 1.3 $
| $Date: 2006-12-31 14:46:30 $ | $Date: 2007-05-31 21:02:53 $
| $Author: e107coders $ | $Author: e107steved $
+---------------------------------------------------------------+ +---------------------------------------------------------------+
*/ */
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
@@ -475,7 +475,7 @@ class listclass {
{ {
if(file_exists(THEME."images/bullet2.gif")) if(file_exists(THEME."images/bullet2.gif"))
{ {
$default_bullet = "<img src='".THEME."images/bullet2.gif' alt='' />"; $default_bullet = "<img src='".THEME_ABS."images/bullet2.gif' alt='' />";
} }
} }