Revision 134, 384 bytes
(checked in by exi, 15 years ago)
|
Added standings-management.
Changed installer step 3 to only use POST data now.
Character portraits should now look a bit better.
Changed all smarty template requests to use a wrapper function.
Modified standard page for IGB.
Added php compat file to reduce minimal needed version to 4.0.9.
|
Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <title>{$kb_title}</title> |
---|
4 | </head> |
---|
5 | <body bgcolor="#222222"> |
---|
6 | <table heigth="100%" width="100%" bgcolor="#111111" border="0" cellspacing="1"> |
---|
7 | <tr> |
---|
8 | <td valign="top"> |
---|
9 | <div>{$page_title}</div> |
---|
10 | <hr> |
---|
11 | {$content_html} |
---|
12 | {if $context_html} |
---|
13 | <td valign="top" align="right"> |
---|
14 | <div id="context">{$context_html}</div> |
---|
15 | </td> |
---|
16 | {/if} |
---|
17 | <hr> |
---|
18 | </td></tr></table> |
---|
19 | </body> |
---|
20 | </html> |
---|