Files
comic-easel/ceo-config.php

13 lines
250 B
PHP

<?php
// Config screen coming soon
?>
<div class="wrap">
<h2><?php _e('Comic Easel - Config','comiceasel'); ?></h2>
<table class="widefat">
<thead>
<tr>
<th colspan="3"><?php _e('Configuration','comiceasel'); ?></th>
</tr>
</thead>
</table>
</div>