mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
- all changes to styles/subsilver/template are purely cosmetic (no functional changes) - cosmetics - bugfixes - add index to modules table - use modules ordering code for forums too git-svn-id: file:///svn/phpbb/trunk@6073 89ea8834-ac86-4346-8a33-228a782c2dd0
14 lines
No EOL
355 B
HTML
14 lines
No EOL
355 B
HTML
<!-- INCLUDE mcp_header.html -->
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center">
|
|
<tr>
|
|
<th height="28"><b>{MESSAGE_TITLE}</b></th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" align="center"><br /><span class="gen">{MESSAGE_TEXT}</span><br /><br /></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br clear="all" />
|
|
|
|
<!-- INCLUDE mcp_footer.html --> |