Files
comic-easel/ceo-config.php
T
Philip M. Hofer (Frumph) f1945f4d66 Cleanup and adding ceo_display_comic_locations
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-09-22 00:18:56 -07:00

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>