mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-02-04 02:51:20 +01:00
40 lines
2.1 KiB
PHP
40 lines
2.1 KiB
PHP
<div id="comiceasel-main">
|
|
<div class="comiceasel-options">
|
|
<table class="widefat">
|
|
<thead>
|
|
<tr>
|
|
<th colspan="3"><?php _e('Technical Support','comiceasel'); ?></th>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<td>
|
|
<?php _e('The Comic Easel website:','comiceasel'); ?> <a href="http://comiceasel.com">http://comiceasel.com</a> <?php _e('probably has the answer you\'re looking for in the form of a post or in the faqs section.','comiceasel'); ?><br />
|
|
<br />
|
|
<?php _e('You can contact me for technical support at any of the following locations:','comiceasel'); ?><br />
|
|
<em><?php _e('(best chances to reach me at the top going down to the least chance)','comiceasel'); ?></em><br />
|
|
<br />
|
|
<?php _e('Form Email:','comiceasel'); ?> <a href="http://comiceasel.com/contact/">http://comiceasel.com/contact/</a><br />
|
|
<?php _e('Via Facebook:','comiceasel'); ?> <a href="http://facebook.com/philip.hofer">http://facebook.com/philip.hofer</a><br />
|
|
<?php _e('WebComics.COM Forums:', 'comiceasel'); ?> <a href="http://webcomics.com/forum/website-design-assistance/">http://webcomics.com/forum/website-design-assistance/</a> <?php _e('(Subscription only)','comiceasel'); ?><br />
|
|
<?php _e('WordPress.ORG Forums:', 'comiceasel'); ?> <a href="https://wordpress.org/support/plugin/comic-easel">https://wordpress.org/support/plugin/comic-easel</a> <?php _e('(rarely go here)','comiceasel'); ?><br />
|
|
<?php _e('On Twitter:', 'comiceasel'); ?> <a href="http://twitter.com/Frumph">http://twitter.com/Frumph</a> <?php _e('(Twitter and I are not friends atm)','comiceasel'); ?> <br />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
<table class="widefat">
|
|
<thead>
|
|
<tr>
|
|
<th colspan="3"><?php _e('Sponsorship','comiceasel'); ?></th>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<td>
|
|
<?php _e('This version of Comic Easel was sponsored by everyone in the WebComic community & my brother who helped me with my gofundme campaign. THANK YOU! (And Brad Guigar from WebComics.COM)','comiceasel'); ?><br />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
</div>
|
|
</div>
|