Changeset 24e219d in github
- Timestamp:
- Aug 7, 2009 12:10:24 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- c7a2e84
- Parents:
- 0ddf59a
- File:
-
- 1 edited
-
program/include/rcube_plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_plugin.php
reb6f198 r24e219d 209 209 } 210 210 } 211 212 /** 213 * Generate an absolute URL to the given resource within the current 214 * plugin directory 215 * 216 * @param string The file name 217 * @return string Absolute URL to the given resource 218 */ 219 public function url($fn) 220 { 221 return $this->api->url . $this->resource_url($fn); 222 } 211 223 212 224 /**
Note: See TracChangeset
for help on using the changeset viewer.
