diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-24 08:45:08 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-24 08:45:08 +0000 |
commit | 247cf5f2d5626f11fc090dd134078f1dedbd1c0e (patch) | |
tree | f3e95633277236564a95094eace088ad10a31f5b /www/p5-Apache-Gallery/files/patch-templates-directory.tpl | |
parent | Install libobparser and libobrender shared libraries. (diff) |
Update to 0.7
Now uses Image::Imlib2 instead of Inline "fixing" a lot of problems
users were having with Inline
Diffstat (limited to 'www/p5-Apache-Gallery/files/patch-templates-directory.tpl')
-rw-r--r-- | www/p5-Apache-Gallery/files/patch-templates-directory.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Apache-Gallery/files/patch-templates-directory.tpl b/www/p5-Apache-Gallery/files/patch-templates-directory.tpl index 90797c582c26..f6a3af3663d6 100644 --- a/www/p5-Apache-Gallery/files/patch-templates-directory.tpl +++ b/www/p5-Apache-Gallery/files/patch-templates-directory.tpl @@ -1,5 +1,5 @@ ---- templates/directory.tpl.orig Sun Jun 1 12:10:37 2003 -+++ templates/directory.tpl Sun Jun 1 12:10:48 2003 +--- templates/default/directory.tpl.orig Wed Sep 24 10:31:01 2003 ++++ templates/default/directory.tpl Wed Sep 24 10:31:10 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> ++ <div id="folder"><a href="$FILEURL/"><img border="0" src="/icons/agfolder.png"><br>$FILE</a></div> |