From dd53e2b489e8787bb339511e33f2d6c4fd5efe3f Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 1 May 2006 16:27:19 +0000 Subject: Started integrating GoogieSpell --- program/include/rcube_shared.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'program/include/rcube_shared.inc') diff --git a/program/include/rcube_shared.inc b/program/include/rcube_shared.inc index 77753f5b4..fe1a560a3 100644 --- a/program/include/rcube_shared.inc +++ b/program/include/rcube_shared.inc @@ -193,6 +193,7 @@ class rcube_html_page // correct absolute pathes in images and other tags $output = preg_replace('/(src|href|background)=(["\']?)(\/[a-z0-9_\-]+)/Ui', "\\1=\\2$base_path\\3", $output); + $output = str_replace('$__skin_path', $base_path, $output); print rcube_charset_convert($output, 'UTF-8', $this->charset); } -- cgit v1.2.3