diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-04 08:54:50 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-04 08:54:50 +0000 |
commit | 762b8f72fea5270b60bd92f3ed4e82277b747b39 (patch) | |
tree | 94252a57069a2940fd7f7994e6c42090f79cf431 /www/p5-Apache-Gallery/files | |
parent | e42b5b9d81730b8788a4c2557fe3c9bcccd251fa (diff) | |
download | FreeBSD-ports-762b8f72fea5270b60bd92f3ed4e82277b747b39.zip FreeBSD-ports-762b8f72fea5270b60bd92f3ed4e82277b747b39.tar.gz |
folder.png was never installed as it conflicts with the one provided by
Apache. However, the on bundled with p5-Apache-Gallery is much nicer, so
install it under a different name and patch the default template.
Approved by: edwin (mentor)
Diffstat (limited to 'www/p5-Apache-Gallery/files')
-rw-r--r-- | www/p5-Apache-Gallery/files/patch-templates-directory.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/p5-Apache-Gallery/files/patch-templates-directory.tpl b/www/p5-Apache-Gallery/files/patch-templates-directory.tpl new file mode 100644 index 0000000..90797c5 --- /dev/null +++ b/www/p5-Apache-Gallery/files/patch-templates-directory.tpl @@ -0,0 +1,5 @@ +--- templates/directory.tpl.orig Sun Jun 1 12:10:37 2003 ++++ templates/directory.tpl Sun Jun 1 12:10:48 2003 +@@ -1 +1 @@ +- <div id="folder"><a href="$FILEURL/"><img border="0" src="/icons/folder.png"><br>$FILE</a></div> ++ <div id="folder"><a href="$FILEURL/"><img border="0" src="/icons/folder-apache-gallery.png"><br>$FILE</a></div> |