mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-02 16:18:53 +00:00
Can do: Add new themes from cfg file, export theme data to cfg file, remove themes Cannot do: Created or edit themes git-svn-id: file:///svn/phpbb/trunk@1244 89ea8834-ac86-4346-8a33-228a782c2dd0
14 lines
447 B
Smarty
Executable file
14 lines
447 B
Smarty
Executable file
|
|
<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>
|