aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/viewsource.html
blob: da374037e8befa84b77f2f97861b49aff785df11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- INCLUDE simple_header.html -->

<div class="panel" style="padding: 10px;">

	<h1>{FILENAME}</h1>

	<table>
	<tbody>
	<!-- BEGIN source -->
		<tr valign="top">
			<td class="sourcenum">{source.LINENUM}&nbsp;&nbsp;</td>
			<td class="source">{source.LINE}</td>
		</tr>
	<!-- END source -->
	</tbody>
	</table>

</div>

<!-- INCLUDE simple_footer.html -->