mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
fixed path to match new themes dir location
This commit is contained in:
parent
4b75a3ef52
commit
c82dd5562a
@ -28,7 +28,7 @@
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$dh = opendir($phpgw_info["server"]["api_inc"] . "/themes");
|
$dh = opendir($phpgw_info["server"]["server_root"] . "/phpgwapi/themes");
|
||||||
while ($file = readdir($dh)) {
|
while ($file = readdir($dh)) {
|
||||||
if (eregi("\.theme$", $file)) {
|
if (eregi("\.theme$", $file)) {
|
||||||
$installed_themes[] = substr($file,0,strpos($file,"."));
|
$installed_themes[] = substr($file,0,strpos($file,"."));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user