Changeset d5d3c70 in github
- Timestamp:
- Jun 13, 2012 9:15:09 AM (11 months ago)
- Branches:
- release-0.8
- Children:
- ce7090c
- Parents:
- 65c3bb0
- File:
-
- 1 edited
-
program/include/rcube_template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_template.php
r89fc59d rd5d3c70 78 78 79 79 // 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); 81 83 82 84 // add common javascripts
Note: See TracChangeset
for help on using the changeset viewer.
