diff options
Diffstat (limited to 'www/p5-Apache-Gallery/files/patch-icons-path')
-rw-r--r-- | www/p5-Apache-Gallery/files/patch-icons-path | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/p5-Apache-Gallery/files/patch-icons-path b/www/p5-Apache-Gallery/files/patch-icons-path deleted file mode 100644 index 3f7d7b49e9ff..000000000000 --- a/www/p5-Apache-Gallery/files/patch-icons-path +++ /dev/null @@ -1,10 +0,0 @@ ---- templates/default/directory.tpl Fri Jan 2 13:45:06 2004 -+++ templates/default/directory.tpl Wed Dec 8 18:12:41 2004 -@@ -1 +1 @@ -- <div id="folder"><a href="{ $FILEURL }/"><img border="0" src="/icons/gallery/agfolder.png"><br>{ $FILE }</a></div> -+ <div id="folder"><a href="{ $FILEURL }/"><img border="0" src="/icons/agfolder.png"><br>{ $FILE }</a></div> ---- templates/default/file.tpl Fri Jan 2 14:18:12 2004 -+++ templates/default/file.tpl Wed Dec 8 18:12:36 2004 -@@ -1 +1 @@ -- <div id="folder"><a href="{ $FILEURL }"><img border="0" alt="{ $ALT }" src="/icons/gallery/{ $FILETYPE }.png"><br>{ $FILE }</a></div> -+ <div id="folder"><a href="{ $FILEURL }"><img border="0" alt="{ $ALT }" src="/icons/{ $FILETYPE }.png"><br>{ $FILE }</a></div> |