a little cleanup

This commit is contained in:
John Bintz 2009-07-08 19:57:58 -04:00
parent 9fe1ff034e
commit 65075f1849
2 changed files with 3 additions and 6 deletions

View File

@ -83,6 +83,9 @@ function get_last_comic() {
}
function the_comic_img_tag($url, $type, $additional_parameters = array()) {
global $comicpress;
echo $comicpress->get_comic_img_tag($url, $type, $additional_parameters);
}
/**

View File

@ -1,11 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes() ?>>
<?php
$result = get_option('comicpress-options');
if (!empty($result)) { extract($result); }
var_dump($result);
?>
<head profile="http://gmpg.org/xfn/11">
<title><?php
bloginfo('name');