Changeset 3088
- Timestamp:
- 08/10/08 02:26:45 (3 months ago)
- Files:
-
- trunk/utils/copix/utils/CopixResource.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/utils/copix/utils/CopixResource.class.php
r2868 r3088 190 190 191 191 if (!$moduleName) { 192 if ($toReturn = self::_checkI18N (COPIX_THEMES_PATH . $ pTheme . '/www/', $resDir, $resName, $useI18N, $lang, $country)) {192 if ($toReturn = self::_checkI18N (COPIX_THEMES_PATH . $theme . '/www/', $resDir, $resName, $useI18N, $lang, $country)) { 193 193 return array ($toReturn, self::_buildResourceUrl ('theme', $urlBase, $theme, $lang, $country, null, $path)); 194 194 }
