mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-02-04 02:51:20 +01:00
13 lines
250 B
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>
|