restored a bad fix
[mir.git] / templates / admin / superusermenu.template
1 <html>
2 <head>
3         <title>${config["Mir.Name"]} | ${lang("superusermenu.htmltitle")}</title>
4   <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
5 </head>
6
7 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
8 <include "head.template">
9
10                         <a class="menucommand" href="${config.actionRoot}?module=Topics&do=list">${lang("superusermenu.topics")}</a>
11
12       <p>
13                         <a class="menucommand" href="${config.actionRoot}?module=ArticleType&do=list">${lang("superusermenu.articletypes")}</a>
14
15       <p>
16                         <a class="menucommand" href="${config.actionRoot}?module=CommentStatus&do=list">${lang("superusermenu.comment_statuses")}</a>
17
18       <p>
19                         <a class="menucommand" href="${config.actionRoot}?module=Users&do=list">${lang("superusermenu.users")}</a>
20
21       <p>
22                         <a class="menucommand" href="${config.actionRoot}?module=Language&do=list">${lang("superusermenu.languages")}</a>
23
24       <p>
25                         <a class="menucommand" href="${config.actionRoot}?module=LinksImcs&do=list">${lang("superusermenu.imcs")}</a>
26
27
28
29 <include "foot.template">
30
31 </body>
32 </html>
33