1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

Fix a couple of typos

This commit is contained in:
e107steved
2009-10-05 19:13:16 +00:00
parent e8d317610e
commit 838cd31df9

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/calendar_menu/calendar_shortcodes.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/calendar_shortcodes.php,v $
| $Revision: 1.11 $ | $Revision: 1.12 $
| $Date: 2009-08-23 10:57:51 $ | $Date: 2009-10-05 19:13:16 $
| $Author: marj_nl_fr $ | $Author: e107steved $
| |
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -559,11 +559,11 @@ SC_BEGIN EC_NEXT_EVENT_ICON
} }
elseif(defined('BULLET')) elseif(defined('BULLET'))
{ {
$img = HEME.'images/'.BULLET; $fe_icon_file = THEME.'images/'.BULLET;
} }
elseif(file_exists(THEME.'images/bullet2.gif')) elseif(file_exists(THEME.'images/bullet2.gif'))
{ {
$img = THEME.'images/bullet2.gif'; $fe_icon_file = THEME.'images/bullet2.gif';
} }
} }
return $fe_icon_file; return $fe_icon_file;