mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
- added a view template cache mode to acp_styles - syntax highlighting for the acp css - completed refresh actions for themes and templates - fixed theme and template installation - use a function for generating database theme data - removed useless code from mcp_queue.php we might need to do some more tests of acp_styles with safe_mode on git-svn-id: file:///svn/phpbb/trunk@6007 89ea8834-ac86-4346-8a33-228a782c2dd0
19 lines
No EOL
359 B
HTML
19 lines
No EOL
359 B
HTML
<!-- 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} </td>
|
|
<td class="source">{source.LINE}</td>
|
|
</tr>
|
|
<!-- END source -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<!-- INCLUDE simple_footer.html --> |