root/donation/headermenu.xml @ 108

Revision 108, 288 bytes (checked in by d0nut, 6 years ago)
  • first effort: all packages are installable
  • second effort: the concept works
  • what follows: the implementation ;)
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=DonationAdd</link>
8                        <showorder>8</showorder>
9                </headermenuitem>
10        </import>
11</data>
Note: See TracBrowser for help on using the browser.