Changeset f6a7491 in github
- Timestamp:
- Jan 27, 2012 11:52:21 AM (16 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 3c71c67
- Parents:
- 77c779a
- Location:
- program/include
- Files:
-
- 2 edited
-
rcube_html_page.php (modified) (1 diff)
-
rcube_template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_html_page.php
r7fe3811 rf6a7491 285 285 '!(src|href|background)=(["\']?)([a-z0-9/_.-]+)(["\'\s>])!i', 286 286 array($this, 'file_callback'), $output); 287 $output = str_replace('$__skin_path', $base_path, $output);288 287 289 288 // trigger hook with final HTML content to be sent -
program/include/rcube_template.php
r7fe3811 rf6a7491 529 529 $GLOBALS['__version'] = Q(RCMAIL_VERSION); 530 530 $GLOBALS['__comm_path'] = Q($this->app->comm_path); 531 $GLOBALS['__skin_path'] = Q($this->config['skin_path']); 531 532 return preg_replace_callback('/\$(__[a-z0-9_\-]+)/', 532 533 array($this, 'globals_callback'), $input);
Note: See TracChangeset
for help on using the changeset viewer.
