Changeset d5d3c70 in github


Ignore:
Timestamp:
Jun 13, 2012 9:15:09 AM (11 months ago)
Author:
Thomas Bruederli <thomas@…>
Branches:
release-0.8
Children:
ce7090c
Parents:
65c3bb0
Message:

Set skin in js environment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_template.php

    r89fc59d rd5d3c70  
    7878 
    7979        // load the correct skin (in case user-defined) 
    80         $this->set_skin($this->config['skin']); 
     80        $skin = $this->app->config->get('skin', 'default'); 
     81        $this->set_skin($skin); 
     82        $this->set_env('skin', $skin); 
    8183 
    8284        // add common javascripts 
Note: See TracChangeset for help on using the changeset viewer.