|
<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>
|