mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
Wasn't finding htmlarea.css when not using /egroupware as base directory
This commit is contained in:
parent
c2b14a5f85
commit
9998281008
@ -273,7 +273,7 @@ class html
|
|||||||
}
|
}
|
||||||
|
|
||||||
$GLOBALS['phpgw_info']['flags']['java_script_thirst'] .=
|
$GLOBALS['phpgw_info']['flags']['java_script_thirst'] .=
|
||||||
'<style type="text/css">@import url(/egroupware/phpgwapi/js/htmlarea/htmlarea.css);</style>
|
'<style type="text/css">@import url(' . $this->phpgwapi_js_url . '/htmlarea/htmlarea.css);</style>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
_editor_url = "'."$this->phpgwapi_js_url/htmlarea/".'";
|
_editor_url = "'."$this->phpgwapi_js_url/htmlarea/".'";
|
||||||
|
Loading…
Reference in New Issue
Block a user