fixed path to match new themes dir location

This commit is contained in:
seek3r 2000-12-22 06:15:48 +00:00
parent 4b75a3ef52
commit c82dd5562a

View File

@ -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,"."));