diff options
Diffstat (limited to 'phpBB/templates/PSO/admin/styles_exporter.tpl')
-rw-r--r-- | phpBB/templates/PSO/admin/styles_exporter.tpl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/phpBB/templates/PSO/admin/styles_exporter.tpl b/phpBB/templates/PSO/admin/styles_exporter.tpl deleted file mode 100644 index 2056260b7e..0000000000 --- a/phpBB/templates/PSO/admin/styles_exporter.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -<h1>{L_STYLE_EXPORTER}</h1> - -<p>{L_EXPORTER_EXPLAIN}</p> - -<form method="post" action="{S_EXPORTER_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - - <th class="thHead" align="center">{L_TEMPLATE_SELECT}</th> - </tr> - <tr> - <td class="row1" align="center">{S_TEMPLATE_SELECT} <input type="submit" name="edit" value="{L_SUBMIT}" class="mainoption" /> </td> - </tr> -</table></form> |