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