How to have different style files in multilingual website using Drupal 6? -
i have been developing multilingual website using drupal 6. languages english , spanish. want have different backgrounds , css them. both use style.css.
how can create different style.css file them? example style-sp.css spanish 1 , en-style.css english 1 ?
is possible ?
append template.php in theme code:
global $language; drupal_add_css(path_to_theme().'/style-'.$language->language.'.css','file');
Comments
Post a Comment