Changeset 3114

Show
Ignore:
Timestamp:
08/14/08 12:40:03 (3 months ago)
Author:
steevanb
Message:

Utilisation de getThemeName au lieu de getTheme

Files:

Legend:

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

    r3089 r3114  
    168168    private function _getCompileId ($pLang, $pCountry) { 
    169169        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); 
    172171        } else { 
    173172            $selector = $this->_fic->getSelector ();