Changeset 715a1b14 in github
- Timestamp:
- Jun 21, 2011 5:10:14 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 12bfc55e
- Parents:
- b0689bd5
- File:
-
- 1 edited
-
program/include/rcube_plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_plugin.php
r0501b63 r715a1b14 284 284 return $fn; 285 285 } 286 286 287 287 /** 288 288 * Provide path to the currently selected skin folder within the plugin directory … … 291 291 * @return string Skin path relative to plugins directory 292 292 */ 293 p rotectedfunction local_skin_path()293 public function local_skin_path() 294 294 { 295 295 $skin_path = 'skins/'.$this->api->config->get('skin');
Note: See TracChangeset
for help on using the changeset viewer.
