Changeset 3088

Show
Ignore:
Timestamp:
08/10/08 02:26:45 (3 months ago)
Author:
steevanb
Message:

Fix : utilisation de $theme au lieu de $pTheme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/utils/copix/utils/CopixResource.class.php

    r2868 r3088  
    190190         
    191191        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)) { 
    193193                return array ($toReturn, self::_buildResourceUrl ('theme', $urlBase, $theme, $lang, $country, null, $path)); 
    194194            }