mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-18 18:34:32 -04:00
f1945f4d66
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
16 lines
365 B
PHP
16 lines
365 B
PHP
<?php
|
|
// Show Config Variables for right now
|
|
// var_dump(ceo_pluginfo());
|
|
?>
|
|
<div class="wrap">
|
|
<h2><?php _e('Comic Easel - Config','comiceasel'); ?></h2>
|
|
<table class="widefat">
|
|
<thead>
|
|
<tr>
|
|
<th colspan="3"><?php _e('Variables','comiceasel'); ?></th>
|
|
</tr>
|
|
</thead>
|
|
<tr><td>error</td><td><?php echo ceo_pluginfo('error'); ?></td></tr>
|
|
</table>
|
|
</div>
|