1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Merge pull request #1942 from nickvergessen/ticket/11996

[ticket/11996] Add explanation how to correctly remove and update an extension
This commit is contained in:
Nathan Guse
2014-02-03 11:49:24 -08:00
2 changed files with 33 additions and 3 deletions

View File

@@ -55,5 +55,22 @@
<!-- ENDIF -->
</tbody>
</table>
<br />
<table class="table1">
<tr>
<th>{L_EXTENSION_UPDATE_HEADLINE}</th>
</tr>
<tr>
<td class="row3">{L_EXTENSION_UPDATE_EXPLAIN}</td>
</tr>
<tr>
<th>{L_EXTENSION_REMOVE_HEADLINE}</th>
</tr>
<tr>
<td class="row3">{L_EXTENSION_REMOVE_EXPLAIN}</td>
</tr>
</tbody>
</table>
<!-- INCLUDE overall_footer.html -->