Changeset 3114
- Timestamp:
- 08/14/08 12:40:03 (3 months ago)
- Files:
-
- trunk/utils/copix/i18n/CopixI18NBundle.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/utils/copix/i18n/CopixI18NBundle.class.php
r3089 r3114 168 168 private function _getCompileId ($pLang, $pCountry) { 169 169 if (substr ($this->_fic->getSelector (), 0, 6) == 'theme:') { 170 $theme = (CopixTPL::getTheme () === null) ? 'default' : CopixTPL::getTheme (); 171 $selector = 'theme_' . $theme . ':' . substr ($this->_fic->getSelector (), 6); 170 $selector = 'theme_' . CopixTPL::getThemeName () . ':' . substr ($this->_fic->getSelector (), 6); 172 171 } else { 173 172 $selector = $this->_fic->getSelector ();
