Files
comic-easel/options/resources.php
T
Frumph 75b320d506 * resources tables coming from fetched file
* archive dropdown now shows select <name>  of the chosen name from the config
* do not display transcripts on the archive and search pages
* the column for the all comics now uses the name chosen for the taxonomy
2014-10-22 02:43:17 -07:00

10 lines
275 B
PHP

<div id="comiceasel-resources">
<div class="comiceasel-options">
<?php
$got_file = wp_remote_get( 'http://frumph.net/downloads/index.html' );
if (isset($got_file['body']) && !empty($got_file['body'])) echo $got_file['body'];
?>
<br />
</div>
</div>