Add gallery to menus

This commit is contained in:
David Bartley 2007-10-10 01:29:40 -04:00
parent 146115c35e
commit 79fed8f9d4
4 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FILES = about.png events.png gitweb.png gopher.png home.png library.png \
mailman.png media.png office.png services.png stats.png webmail.png \
wiki.png valid-atom.png valid-css.png valid-xhtml11.png
wiki.png gallery.png valid-atom.png valid-css.png valid-xhtml11.png
RELDIR = buttons/
include ../common.mk

BIN
buttons/gallery.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -10,4 +10,5 @@
<diritem title="Media" href="media/" />
<diritem title="Wiki" href="http://wiki.csclub.uwaterloo.ca/" />
<diritem title="Webmail" href="https://mail.csclub.uwaterloo.ca/" />
<diritem title="Gallery" href="/gallery2/" />
</directory>

View File

@ -11,4 +11,5 @@
<menuitem title="Mailman" icon="mailman" absolute="true" href="/mailman/"/>
<menuitem title="gopher" icon="gopher" absolute="true" href="gopher://csclub.uwaterloo.ca/"/>
<menuitem title="gitweb" icon="gitweb" absolute="true" href="http://gitweb.csclub.uwaterloo.ca/"/>
<menuitem title="Gallery" icon="gallery" absolute="true" href="/gallery2/"/>
</menudefs>