1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 10:20:45 +02:00

Filepath typo fix

This commit is contained in:
bugrain
2009-05-03 19:13:32 +00:00
parent 55b7acfe7b
commit 13b5536360

View File

@@ -9,15 +9,15 @@
* Admin Navigation * Admin Navigation
* *
* $Source: /cvs_backup/e107_0.8/e107_admin/ad_links.php,v $ * $Source: /cvs_backup/e107_0.8/e107_admin/ad_links.php,v $
* $Revision: 1.8 $ * $Revision: 1.9 $
* $Date: 2009-01-09 17:25:50 $ * $Date: 2009-05-03 19:13:32 $
* $Author: secretr $ * $Author: bugrain $
*/ */
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
if (file_exists(THEME.'admin_imagesadmin_images.php')) { if (file_exists(THEME.'admin_images/admin_images.php')) {
e107_require_once(THEME.'admin_imagesadmin_images.php'); e107_require_once(THEME.'admin_images/admin_images.php');
} }
// Small Category Images // Small Category Images