Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix Favicon for WebDAV, was still using the old one.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 30, 2015
1 parent 0881a70 commit 7aa75c8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ public function getLocalAssetPath($name)
if ($name != "favicon.ico") {
return parent::getLocalAssetPath($name);
}
return AJXP_INSTALL_PATH."/plugins/gui.ajax/res/themes/umbra/images/html-folder.png";
return AJXP_INSTALL_PATH."/plugins/gui.ajax/res/themes/orbit/images/html-folder.png";
}

}

0 comments on commit 7aa75c8

Please sign in to comment.