|
Revision 83, 285 bytes
(checked in by d0nut, 6 years ago)
|
|
visibility of header items isn't a thing for permissions... e.g. if you want to show the button just for guests. that's impossible. guests cannot own
more rights than an admin.
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <!DOCTYPE import SYSTEM "DTD/import.dtd"> |
|---|
| 3 | <data> |
|---|
| 4 | <import> |
|---|
| 5 | <headermenuitem name="wcf.header.menu.donation"> |
|---|
| 6 | <icon>icon/donation24.png</icon> |
|---|
| 7 | <link>index.php?form=Donation</link> |
|---|
| 8 | <showorder>8</showorder> |
|---|
| 9 | </headermenuitem> |
|---|
| 10 | </import> |
|---|
| 11 | </data> |
|---|