File: mcp_message.html

package info (click to toggle)
phpbb3 3.0.7-PL1-4%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 58,756 kB
  • ctags: 28,744
  • sloc: php: 457,643; sql: 9,245; sh: 521; makefile: 59; perl: 32
file content (14 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- INCLUDE mcp_header.html -->

<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
	<th><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 -->