diff --git a/functions.php b/functions.php index 8bc1ec4..d280dfd 100644 --- a/functions.php +++ b/functions.php @@ -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); } /** diff --git a/header.php b/header.php index a6ba3ba..d8f6eac 100644 --- a/header.php +++ b/header.php @@ -1,11 +1,5 @@ > - -