summaryrefslogtreecommitdiff
path: root/program/include/rcube_html_page.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-01-27 16:52:21 +0000
committerthomascube <thomas@roundcube.net>2012-01-27 16:52:21 +0000
commitf6a7491fa1332d43ac7167d50472aa514fd0caf2 (patch)
treeeb1b439362b76e4ffdd15efcde55f54351df7650 /program/include/rcube_html_page.php
parent77c779a2b807cdde0641267f272517738157edf4 (diff)
Fix special vars replacement in templates
Diffstat (limited to 'program/include/rcube_html_page.php')
-rw-r--r--program/include/rcube_html_page.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/include/rcube_html_page.php b/program/include/rcube_html_page.php
index d026444be..fffe49094 100644
--- a/program/include/rcube_html_page.php
+++ b/program/include/rcube_html_page.php
@@ -284,7 +284,6 @@ class rcube_html_page
$output = preg_replace_callback(
'!(src|href|background)=(["\']?)([a-z0-9/_.-]+)(["\'\s>])!i',
array($this, 'file_callback'), $output);
- $output = str_replace('$__skin_path', $base_path, $output);
// trigger hook with final HTML content to be sent
$hook = rcmail::get_instance()->plugins->exec_hook("send_page", array('content' => $output));