comicpress-core/partials/options-admin.inc

16 lines
348 B
PHP
Raw Normal View History

<div class="wrap">
<h2>ComicPress Config</h2>
<form method="post">
<input type="hidden" name="cp[_nonce]" value="<?php echo $nonce ?>" />
<table>
<tr>
<th scope="row">Master Comic Category</th>
<td>
<select name="cp[comiccat]">
</select>
</td>
</tr>
</table>
</form>
</div>