Add gallery to menus
This commit is contained in:
parent
146115c35e
commit
79fed8f9d4
|
@ -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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
|
@ -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>
|
||||
|
|
1
menu.xml
1
menu.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue