a little cleanup
This commit is contained in:
parent
9fe1ff034e
commit
65075f1849
|
@ -83,6 +83,9 @@ function get_last_comic() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function the_comic_img_tag($url, $type, $additional_parameters = array()) {
|
function the_comic_img_tag($url, $type, $additional_parameters = array()) {
|
||||||
|
global $comicpress;
|
||||||
|
|
||||||
|
echo $comicpress->get_comic_img_tag($url, $type, $additional_parameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,11 +1,5 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!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() ?>>
|
<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">
|
<head profile="http://gmpg.org/xfn/11">
|
||||||
<title><?php
|
<title><?php
|
||||||
bloginfo('name');
|
bloginfo('name');
|
||||||
|
|
Loading…
Reference in New Issue