-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/archive-blog-calendar.php b/archive-blog-calendar.php
index 777815c..6256cc0 100644
--- a/archive-blog-calendar.php
+++ b/archive-blog-calendar.php
@@ -1,153 +1,153 @@
-
-
-
-
-query('&showposts=1000&cat=-'.exclude_comic_categories().'&year='.$archive_year);
-while ($comicArchive->have_posts()) : $comicArchive->the_post();
- $calTitle = get_the_title();
- $calLink = get_permalink();
- $calDay = get_the_time('j');
- $calMonth = get_the_time('F');
- $calComic[$calMonth.$calDay] = array('link' => $calLink, 'title' => $calTitle);
-endwhile;
-$post = $tempPost;
-
-function leapYear($yr) {
- if ($yr % 4 != 0) {
- return 28;
- } else {
- if ($yr % 100 != 0) {
- return 29;
- } else {
- if ($yr % 400 != 0) {
- return 28;
- } else {
- return 29;
- }
- }
- }
-}
-$leapYear = leapYear($archive_year);
-
-$month['1'] = array('month' => 'January', 'days' => '31');
-$month['2'] = array('month' => 'February', 'days' => $leapYear);
-$month['3'] = array('month' => 'March', 'days' => '31');
-$month['4'] = array('month' => 'April', 'days' => '30');
-$month['5'] = array('month' => 'May', 'days' => '31');
-$month['6'] = array('month' => 'June', 'days' => '30');
-$month['7'] = array('month' => 'July', 'days' => '31');
-$month['8'] = array('month' => 'August', 'days' => '31');
-$month['9'] = array('month' => 'September', 'days' => '30');
-$month['10'] = array('month' => 'October', 'days' => '31');
-$month['11'] = array('month' => 'November', 'days' => '30');
-$month['12'] = array('month' => 'December', 'days' => '31');
-
-?>
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+query('&showposts=1000&cat=-'.exclude_comic_categories().'&year='.$archive_year);
+while ($comicArchive->have_posts()) : $comicArchive->the_post();
+ $calTitle = get_the_title();
+ $calLink = get_permalink();
+ $calDay = get_the_time('j');
+ $calMonth = get_the_time('F');
+ $calComic[$calMonth.$calDay] = array('link' => $calLink, 'title' => $calTitle);
+endwhile;
+$post = $tempPost;
+
+function leapYear($yr) {
+ if ($yr % 4 != 0) {
+ return 28;
+ } else {
+ if ($yr % 100 != 0) {
+ return 29;
+ } else {
+ if ($yr % 400 != 0) {
+ return 28;
+ } else {
+ return 29;
+ }
+ }
+ }
+}
+$leapYear = leapYear($archive_year);
+
+$month['1'] = array('month' => 'January', 'days' => '31');
+$month['2'] = array('month' => 'February', 'days' => $leapYear);
+$month['3'] = array('month' => 'March', 'days' => '31');
+$month['4'] = array('month' => 'April', 'days' => '30');
+$month['5'] = array('month' => 'May', 'days' => '31');
+$month['6'] = array('month' => 'June', 'days' => '30');
+$month['7'] = array('month' => 'July', 'days' => '31');
+$month['8'] = array('month' => 'August', 'days' => '31');
+$month['9'] = array('month' => 'September', 'days' => '30');
+$month['10'] = array('month' => 'October', 'days' => '31');
+$month['11'] = array('month' => 'November', 'days' => '30');
+$month['12'] = array('month' => 'December', 'days' => '31');
+
+?>
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-comment_status) {
- comments_template('', true);
- } ?>
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/archive-blog-year.php b/archive-blog-year.php
index b0e6195..2349274 100644
--- a/archive-blog-year.php
+++ b/archive-blog-year.php
@@ -1,82 +1,82 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+comment_status) {
+ comments_template('', true);
+ } ?>
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- query('showposts=10000&cat=-'.exclude_comic_categories().'&year='.$archive_year);
- while ($comicArchive->have_posts()) : $comicArchive->the_post() ?>
-
-
-
- -
-
-
-
-
-
-
-
- |
- get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date ASC");
- foreach ( $years as $year ) {
- if ($year != (0) ) { ?>
- |
-
-
-
- - -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/archive-comic-calendar.php b/archive-comic-calendar.php
index 544a7ac..a1f7032 100644
--- a/archive-comic-calendar.php
+++ b/archive-comic-calendar.php
@@ -1,155 +1,155 @@
-
-
-
-
-query('&showposts=1000&cat='.get_all_comic_categories_as_cat_string().'&year='.$archive_year);
-while ($comicArchive->have_posts()) : $comicArchive->the_post();
- $calTitle = get_the_title();
- $calLink = get_permalink();
- $calDay = get_the_time('j');
- $calMonth = get_the_time('F');
- $calComic[$calMonth.$calDay] = array('link' => $calLink, 'title' => $calTitle);
-endwhile;
-$post = $tempPost;
-
-function leapYear($yr) {
- if ($yr % 4 != 0) {
- return 28;
- } else {
- if ($yr % 100 != 0) {
- return 29;
- } else {
- if ($yr % 400 != 0) {
- return 28;
- } else {
- return 29;
- }
- }
- }
-}
-$leapYear = leapYear($archive_year);
-
-$month['1'] = array('month' => 'January', 'days' => '31');
-$month['2'] = array('month' => 'February', 'days' => $leapYear);
-$month['3'] = array('month' => 'March', 'days' => '31');
-$month['4'] = array('month' => 'April', 'days' => '30');
-$month['5'] = array('month' => 'May', 'days' => '31');
-$month['6'] = array('month' => 'June', 'days' => '30');
-$month['7'] = array('month' => 'July', 'days' => '31');
-$month['8'] = array('month' => 'August', 'days' => '31');
-$month['9'] = array('month' => 'September', 'days' => '30');
-$month['10'] = array('month' => 'October', 'days' => '31');
-$month['11'] = array('month' => 'November', 'days' => '30');
-$month['12'] = array('month' => 'December', 'days' => '31');
-
-?>
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ query('showposts=10000&cat=-'.exclude_comic_categories().'&year='.$archive_year);
+ while ($comicArchive->have_posts()) : $comicArchive->the_post() ?>
+
+
+
+ +
+
+
+
+
+
+
+
+ |
+ get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date ASC");
+ foreach ( $years as $year ) {
+ if ($year != (0) ) { ?>
+ |
+
+
+
+ + +
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+query('&showposts=1000&cat='.get_all_comic_categories_as_cat_string().'&year='.$archive_year);
+while ($comicArchive->have_posts()) : $comicArchive->the_post();
+ $calTitle = get_the_title();
+ $calLink = get_permalink();
+ $calDay = get_the_time('j');
+ $calMonth = get_the_time('F');
+ $calComic[$calMonth.$calDay] = array('link' => $calLink, 'title' => $calTitle);
+endwhile;
+$post = $tempPost;
+
+function leapYear($yr) {
+ if ($yr % 4 != 0) {
+ return 28;
+ } else {
+ if ($yr % 100 != 0) {
+ return 29;
+ } else {
+ if ($yr % 400 != 0) {
+ return 28;
+ } else {
+ return 29;
+ }
+ }
+ }
+}
+$leapYear = leapYear($archive_year);
+
+$month['1'] = array('month' => 'January', 'days' => '31');
+$month['2'] = array('month' => 'February', 'days' => $leapYear);
+$month['3'] = array('month' => 'March', 'days' => '31');
+$month['4'] = array('month' => 'April', 'days' => '30');
+$month['5'] = array('month' => 'May', 'days' => '31');
+$month['6'] = array('month' => 'June', 'days' => '30');
+$month['7'] = array('month' => 'July', 'days' => '31');
+$month['8'] = array('month' => 'August', 'days' => '31');
+$month['9'] = array('month' => 'September', 'days' => '30');
+$month['10'] = array('month' => 'October', 'days' => '31');
+$month['11'] = array('month' => 'November', 'days' => '30');
+$month['12'] = array('month' => 'December', 'days' => '31');
+
+?>
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-comment_status) {
- comments_template('', true);
- } ?>
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/archive-comic-storyline-thumbs.php b/archive-comic-storyline-thumbs.php
index ce35fb2..fc8014d 100644
--- a/archive-comic-storyline-thumbs.php
+++ b/archive-comic-storyline-thumbs.php
@@ -1,105 +1,105 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+comment_status) {
+ comments_template('', true);
+ } ?>
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
- ", $current_depth);
- }
- }
- } else { ?>
-
Note to the Administrator:
To enable storyline support and manage storyline categories make sure you are running the latest version of the ComicPress Manager plugin and check your storyline settings from it's administration menu.
-
-
-
-
-
-
-
-
-
-
- -
-description;
- $first_comic_in_category = get_terminal_post_in_category($category_id);
- $first_comic_permalink = get_permalink($first_comic_in_category->ID);
- $archive_image = null;
- foreach (array("archive", "rss", "comic") as $type) {
- if (($requested_archive_image = get_comic_url("archive", $first_comic_in_category)) !== false) {
- $archive_image = $requested_archive_image; break;
- }
- }
- if ($target_depth < $current_depth) {
- echo str_repeat("
- ";
- }
- } ?>
-
-
- > - - - - cat_name ?> - - - - - - - 0) { - echo str_repeat("
Storyline Support is not currently enabled on this site.
Note to the Administrator:
To enable storyline support and manage storyline categories make sure you are running the latest version of the ComicPress Manager plugin and check your storyline settings from it's administration menu.
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/archive-comic-storyline.php b/archive-comic-storyline.php
index 9ff62f6..bb3d02c 100644
--- a/archive-comic-storyline.php
+++ b/archive-comic-storyline.php
@@ -1,107 +1,107 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ", $current_depth);
+ }
+ }
+ } else { ?>
+
Note to the Administrator:
To enable storyline support and manage storyline categories make sure you are running the latest version of the ComicPress Manager plugin and check your storyline settings from it's administration menu.
+
+
+
+
+
+
+
+
+
+
+ -
+description;
+ $first_comic_in_category = get_terminal_post_in_category($category_id);
+ $first_comic_permalink = get_permalink($first_comic_in_category->ID);
+ $archive_image = null;
+ foreach (array("archive", "rss", "comic") as $type) {
+ if (($requested_archive_image = get_comic_url("archive", $first_comic_in_category)) !== false) {
+ $archive_image = $requested_archive_image; break;
+ }
+ }
+ if ($target_depth < $current_depth) {
+ echo str_repeat("
- ";
+ }
+ } ?>
+
+
- > + + + + cat_name ?> + + + + + + + 0) { + echo str_repeat("
Storyline Support is not currently enabled on this site.
Note to the Administrator:
To enable storyline support and manage storyline categories make sure you are running the latest version of the ComicPress Manager plugin and check your storyline settings from it's administration menu.
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
- ", $current_depth);
- }
- }
- } else { ?>
-
Note to the Administrator:
To enable storyline support and manage storyline categories make sure you are running the latest version of the ComicPress Manager plugin and check your storyline settings from it's administration menu.
-
-
-
-
-
-
-
-
-
-
- -
- description;
- $first_comic_in_category = get_terminal_post_in_category($category_id);
- $first_comic_permalink = get_permalink($first_comic_in_category->ID);
- $archive_image = null;
- foreach (array("archive", "rss", "comic") as $type) {
- if (($requested_archive_image = get_comic_url("archive", $first_comic_in_category)) !== false) {
- $archive_image = $requested_archive_image; break;
- }
- }
- if ($target_depth < $current_depth) {
- echo str_repeat("
- ";
- }
- } ?>
-
-
- >
- cat_name ?>
- - - - - - Begins with “post_title ?>”. - -- -
-
- 0) {
- echo str_repeat("
Storyline Support is not currently enabled on this site.
Note to the Administrator:
To enable storyline support and manage storyline categories make sure you are running the latest version of the ComicPress Manager plugin and check your storyline settings from it's administration menu.
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/archive-comic-year.php b/archive-comic-year.php
index 9221ac9..341c590 100644
--- a/archive-comic-year.php
+++ b/archive-comic-year.php
@@ -1,82 +1,82 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ", $current_depth);
+ }
+ }
+ } else { ?>
+
Note to the Administrator:
To enable storyline support and manage storyline categories make sure you are running the latest version of the ComicPress Manager plugin and check your storyline settings from it's administration menu.
+
+
+
+
+
+
+
+
+
+
+ -
+ description;
+ $first_comic_in_category = get_terminal_post_in_category($category_id);
+ $first_comic_permalink = get_permalink($first_comic_in_category->ID);
+ $archive_image = null;
+ foreach (array("archive", "rss", "comic") as $type) {
+ if (($requested_archive_image = get_comic_url("archive", $first_comic_in_category)) !== false) {
+ $archive_image = $requested_archive_image; break;
+ }
+ }
+ if ($target_depth < $current_depth) {
+ echo str_repeat("
- ";
+ }
+ } ?>
+
+
- >
+ cat_name ?>
+ + + + + + Begins with “post_title ?>”. + ++ +
+
+ 0) {
+ echo str_repeat("
Storyline Support is not currently enabled on this site.
Note to the Administrator:
To enable storyline support and manage storyline categories make sure you are running the latest version of the ComicPress Manager plugin and check your storyline settings from it's administration menu.
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- query('showposts=10000&cat='.get_all_comic_categories_as_cat_string().'&year='.$archive_year);
- while ($comicArchive->have_posts()) : $comicArchive->the_post() ?>
-
-
-
- -
-
-
-
-
-
-
-
- |
- get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date ASC");
- foreach ( $years as $year ) {
- if ($year != (0) ) { ?>
- |
-
-
-
- - -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/archive-comic.php b/archive-comic.php
index fe6a226..1607ad6 100644
--- a/archive-comic.php
+++ b/archive-comic.php
@@ -1,69 +1,69 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ query('showposts=10000&cat='.get_all_comic_categories_as_cat_string().'&year='.$archive_year);
+ while ($comicArchive->have_posts()) : $comicArchive->the_post() ?>
+
+
+
+ +
+
+
+
+
+
+
+
+ |
+ get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date ASC");
+ foreach ( $years as $year ) {
+ if ($year != (0) ) { ?>
+ |
+
+
+
+ + +
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- query('showposts=10000&cat='.get_all_comic_categories_as_cat_string().'&year='.$year);
- while ($comicArchive->have_posts()) : $comicArchive->the_post() ?>
-
-
-
-
- -
-
-
-
-
-
-
-
- get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date DESC");
- foreach ( $years as $year ) {
- if ($year != (0) ) { ?>
-
- - -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/archive.php b/archive.php
index c466c6d..ab7e6c8 100644
--- a/archive.php
+++ b/archive.php
@@ -1,153 +1,153 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ query('showposts=10000&cat='.get_all_comic_categories_as_cat_string().'&year='.$year);
+ while ($comicArchive->have_posts()) : $comicArchive->the_post() ?>
+
+
+
+
+ +
+
+
+
+
+
+
+
+ get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date DESC");
+ foreach ( $years as $year ) {
+ if ($year != (0) ) { ?>
+
+ + +
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-post_count;
- ?>
-
-
-Found result.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Archive for ‘’
Posts Tagged ‘’
Archive for
Archive for
Archive for
Author Archive
Archives
-
-
-
-
-
-
-
-
- No entries found.
-Try another search?
- --
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/archives.php b/archives.php
index e3689cd..8e6d296 100644
--- a/archives.php
+++ b/archives.php
@@ -1,53 +1,53 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+post_count;
+ ?>
+
+
+Found result.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Archive for ‘’
Posts Tagged ‘’
Archive for
Archive for
Archive for
Author Archive
Archives
+
+
+
+
+
+
+
+
+ No entries found.
+Try another search?
+ ++
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Archives by Month:
-Archives by Subject:
--
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/author.php b/author.php
index ce55101..a1021ee 100644
--- a/author.php
+++ b/author.php
@@ -1,103 +1,103 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Archives by Month:
+Archives by Subject:
++
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-No such author.
- - -
-
-
-
-
- display_name, 1)."' title='".wp_specialchars($curauth->display_name, 1), get_avatar($curauth->user_email, 64)); ?>
-
-
-
-
-
-
-
-
-
- user_url)) { ?>Website: user_url; ?>
- aim)) { ?>AIM: aim; ?>
- jabber)) { ?>Jabber/Google Talk: jabber; ?>
- yim)) { ?>Yahoo IM: jabber; ?>
- -
- description)) { ?>
- display_name; ?>
- Registered on user_registered)); ?>-
- user_url)) { ?>Website: user_url; ?>
- aim)) { ?>AIM: aim; ?>
- jabber)) { ?>Jabber/Google Talk: jabber; ?>
- yim)) { ?>Yahoo IM: jabber; ?>
- -
- description; ?>
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/blog.php b/blog.php
index d7a3ad0..39d71c7 100644
--- a/blog.php
+++ b/blog.php
@@ -1,71 +1,71 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+No such author.
+ + +
+
+
+
+
+ display_name, 1)."' title='".wp_specialchars($curauth->display_name, 1), get_avatar($curauth->user_email, 64)); ?>
+
+
+
+
+
+
+
+
+
+ user_url)) { ?>Website: user_url; ?>
+ aim)) { ?>AIM: aim; ?>
+ jabber)) { ?>Jabber/Google Talk: jabber; ?>
+ yim)) { ?>Yahoo IM: jabber; ?>
+ +
+ description)) { ?>
+ display_name; ?>
+ Registered on user_registered)); ?>+
+ user_url)) { ?>Website: user_url; ?>
+ aim)) { ?>AIM: aim; ?>
+ jabber)) { ?>Jabber/Google Talk: jabber; ?>
+ yim)) { ?>Yahoo IM: jabber; ?>
+ +
+ description; ?>
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/buystrip.php b/buystrip.php
index e0429fc..689a41b 100644
--- a/buystrip.php
+++ b/buystrip.php
@@ -1,136 +1,136 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Title:
-
- -
-
-
-
-
-
-
- The purchase of this strip is based on availability. A Print of this strip is what you are purchasing.
-
- - -
-
-
-
-
-
-
-
- -
-
-
-
- Comic ID - #Buy Print!
-- Title:
-
- -
-
-
- - | -- | -- - | -
-
-
- - -
-
-
-
-
-
-
-
-
- '
- ', '') ?>
- Pages: ', 'after' => '
', 'next_or_number' => 'number')) ?> --
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/chrome_style.css b/chrome_style.css
index 053ada8..0b0c65a 100644
--- a/chrome_style.css
+++ b/chrome_style.css
@@ -1,19 +1,19 @@
-/* ComicPress Custom CSS over-rides for [ chrome ]: ComicPress - 2.8 */
-
-html { overflow-y: scroll; }
-
-.comicarchiveframe {
- opacity:0.99; /* firefox, opera, safari, chrome */
-}
-
- .comicarchiveframe:hover {
- opacity:0.70; /* firefox, opera, safari, chrome */
- }
-
- .imagenav-link img {
- opacity:0.5; /* firefox, opera, safari, chrome */
- }
-
- .imagenav-link img:hover {
- opacity:0.5; /* firefox, opera, safari, chrome */
+/* ComicPress Custom CSS over-rides for [ chrome ]: ComicPress - 2.8 */
+
+html { overflow-y: scroll; }
+
+.comicarchiveframe {
+ opacity:0.99; /* firefox, opera, safari, chrome */
+}
+
+ .comicarchiveframe:hover {
+ opacity:0.70; /* firefox, opera, safari, chrome */
+ }
+
+ .imagenav-link img {
+ opacity:0.5; /* firefox, opera, safari, chrome */
+ }
+
+ .imagenav-link img:hover {
+ opacity:0.5; /* firefox, opera, safari, chrome */
}
\ No newline at end of file
diff --git a/comicpress-options-config.php b/comicpress-options-config.php
index 2617565..31f1664 100644
--- a/comicpress-options-config.php
+++ b/comicpress-options-config.php
@@ -1,139 +1,139 @@
- "open"),
-
- array(
- "id" => "comicpress-disable_comic_frontpage",
- "default" => "no",
- "type" => "comicpress-disable_comic_frontpage"),
-
- array(
- "id" => "comicpress-disable_comic_blog_frontpage",
- "default" => "no",
- "type" => "comicpress-disable_comic_blog_frontpage"),
-
- array(
- "id" => "comicpress-disable_blog_frontpage",
- "default" => "no",
- "type" => "comicpress-disable_blog_frontpage"),
-
- array(
- "id" => "comicpress-custom_css",
- "default" => "",
- "type" => "comicpress-custom_css"),
-
- array(
- "id" => "comicpress-cp_theme_style",
- "default" => "standard",
- "type" => "comicpress-cp_theme_style"),
-
- array(
- "id" => "comicpress-buy_print_email",
- "default" => "youremail@youremail.com",
- "type" => "comicpress-buy_print_email"),
-
- array(
- "id" => "comicpress-buy_print_url",
- "default" => "/shop/",
- "type" => "comicpress-buy_print_url"),
-
- array(
- "id" => "comicpress-buy_print_us_amount",
- "default" => "19.95",
- "type" => "comicpress-buy_print_us_amount"),
-
- array(
- "id" => "comicpress-buy_print_int_amount",
- "default" => "29.95",
- "type" => "comicpress-buy_print_int_amount"),
-
- array(
- "id" => "comicpress-buy_print_us_ship",
- "default" => "4.95",
- "type" => "comicpress-buy_print_us_ship"),
-
- array(
- "id" => "comicpress-buy_print_int_ship",
- "default" => "9.95",
- "type" => "comicpress-buy_print_int_ship"),
-
- array(
- "id" => "comicpress-transcript_in_posts",
- "default" => "no",
- "type" => "comicpress-transcript_in_posts"),
-
- array(
- "id" => "comicpress-enable_widgetarea_use_sidebar_css",
- "default" => "no",
- "type" => "comicpress-enable_widgetarea_use_sidebar_css"),
-
- array(
- "id" => "comicpress-contact_in_menubar",
- "default" => "no",
- "type" => "comicpress-contact_in_menubar"),
-
- array(
- "id" => "comicpress-disable_extended_comments",
- "default" => "no",
- "type" => "comicpress-disable_extended_comments"),
-
- array(
- "id" => "comicpress-enable_custom_image_header",
- "default" => "no",
- "type" => "comicpress-enable_custom_image_header"),
-
- array(
- "id" => "comicpress-custom_image_header_width",
- "default" => "780",
- "type" => "comicpress-custom_image_header_width"),
-
- array(
- "id" => "comicpress-custom_image_header_height",
- "default" => "120",
- "type" => "comicpress-custom_image_header_height"),
-
- array(
- "id" => "comicpress-enable_numbered_pagination",
- "default" => "no",
- "type" => "comicpress-enable_numbered_pagination"),
-
- array(
- "id" => "comicpress-disable_page_restraints",
- "default" => "no",
- "type" => "comicpress-disable_page_restraints"),
-
- array(
- "id" => "comicpress-enable_dropdown_sidebar",
- "default" => "no",
- "type" => "comicpress-enable_dropdown_sidebar"),
-
- array(
- "id" => "comicpress-enable_related_comics",
- "default" => "no",
- "type" => "comicpress-enable_related_comics"),
-
- array(
- "id" => "comicpress-enable_related_posts",
- "default" => "no",
- "type" => "comicpress-enable_related_posts"),
-
- array(
- "id" => "comicpress-comic_clicks_next",
- "default" => "no",
- "type" => "comicpress-comic_clicks_next"),
-
- array(
- "id" => "comicpress-anomaly_says",
- "default" => "no",
- "type" => "comicpress-anomaly_says"),
-
- array(
- "id" => "comicpress-disable_css_style_editor",
- "default" => "no",
- "type" => "comicpress-disable_css_style_editor"),
-
- array("type" => "close")
- );
+ "open"),
+
+ array(
+ "id" => "comicpress-disable_comic_frontpage",
+ "default" => "no",
+ "type" => "comicpress-disable_comic_frontpage"),
+
+ array(
+ "id" => "comicpress-disable_comic_blog_frontpage",
+ "default" => "no",
+ "type" => "comicpress-disable_comic_blog_frontpage"),
+
+ array(
+ "id" => "comicpress-disable_blog_frontpage",
+ "default" => "no",
+ "type" => "comicpress-disable_blog_frontpage"),
+
+ array(
+ "id" => "comicpress-custom_css",
+ "default" => "",
+ "type" => "comicpress-custom_css"),
+
+ array(
+ "id" => "comicpress-cp_theme_style",
+ "default" => "standard",
+ "type" => "comicpress-cp_theme_style"),
+
+ array(
+ "id" => "comicpress-buy_print_email",
+ "default" => "youremail@youremail.com",
+ "type" => "comicpress-buy_print_email"),
+
+ array(
+ "id" => "comicpress-buy_print_url",
+ "default" => "/shop/",
+ "type" => "comicpress-buy_print_url"),
+
+ array(
+ "id" => "comicpress-buy_print_us_amount",
+ "default" => "19.95",
+ "type" => "comicpress-buy_print_us_amount"),
+
+ array(
+ "id" => "comicpress-buy_print_int_amount",
+ "default" => "29.95",
+ "type" => "comicpress-buy_print_int_amount"),
+
+ array(
+ "id" => "comicpress-buy_print_us_ship",
+ "default" => "4.95",
+ "type" => "comicpress-buy_print_us_ship"),
+
+ array(
+ "id" => "comicpress-buy_print_int_ship",
+ "default" => "9.95",
+ "type" => "comicpress-buy_print_int_ship"),
+
+ array(
+ "id" => "comicpress-transcript_in_posts",
+ "default" => "no",
+ "type" => "comicpress-transcript_in_posts"),
+
+ array(
+ "id" => "comicpress-enable_widgetarea_use_sidebar_css",
+ "default" => "no",
+ "type" => "comicpress-enable_widgetarea_use_sidebar_css"),
+
+ array(
+ "id" => "comicpress-contact_in_menubar",
+ "default" => "no",
+ "type" => "comicpress-contact_in_menubar"),
+
+ array(
+ "id" => "comicpress-disable_extended_comments",
+ "default" => "no",
+ "type" => "comicpress-disable_extended_comments"),
+
+ array(
+ "id" => "comicpress-enable_custom_image_header",
+ "default" => "no",
+ "type" => "comicpress-enable_custom_image_header"),
+
+ array(
+ "id" => "comicpress-custom_image_header_width",
+ "default" => "780",
+ "type" => "comicpress-custom_image_header_width"),
+
+ array(
+ "id" => "comicpress-custom_image_header_height",
+ "default" => "120",
+ "type" => "comicpress-custom_image_header_height"),
+
+ array(
+ "id" => "comicpress-enable_numbered_pagination",
+ "default" => "no",
+ "type" => "comicpress-enable_numbered_pagination"),
+
+ array(
+ "id" => "comicpress-disable_page_restraints",
+ "default" => "no",
+ "type" => "comicpress-disable_page_restraints"),
+
+ array(
+ "id" => "comicpress-enable_dropdown_sidebar",
+ "default" => "no",
+ "type" => "comicpress-enable_dropdown_sidebar"),
+
+ array(
+ "id" => "comicpress-enable_related_comics",
+ "default" => "no",
+ "type" => "comicpress-enable_related_comics"),
+
+ array(
+ "id" => "comicpress-enable_related_posts",
+ "default" => "no",
+ "type" => "comicpress-enable_related_posts"),
+
+ array(
+ "id" => "comicpress-comic_clicks_next",
+ "default" => "no",
+ "type" => "comicpress-comic_clicks_next"),
+
+ array(
+ "id" => "comicpress-anomaly_says",
+ "default" => "no",
+ "type" => "comicpress-anomaly_says"),
+
+ array(
+ "id" => "comicpress-disable_css_style_editor",
+ "default" => "no",
+ "type" => "comicpress-disable_css_style_editor"),
+
+ array("type" => "close")
+ );
?>
\ No newline at end of file
diff --git a/comicpress-options.php b/comicpress-options.php
index 12bd151..ef2d9b2 100644
--- a/comicpress-options.php
+++ b/comicpress-options.php
@@ -1,481 +1,481 @@
-
-
-
+
+
\ No newline at end of file
diff --git a/comments.php b/comments.php
index b159fc1..e731962 100644
--- a/comments.php
+++ b/comments.php
@@ -1,134 +1,134 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Title:
+
+ +
+
+
+
+
+
+
+ The purchase of this strip is based on availability. A Print of this strip is what you are purchasing.
+
+ + +
+
+
+
+
+
+
+
+ +
+
+
+
+ Comic ID - #Buy Print!
++ Title:
+
+ +
+
+
+ + | ++ | ++ + | +
+
+
+ + +
+
+
+
+
+
+
+
+
+ '
+ ', '') ?>
+ Pages: ', 'after' => '
', 'next_or_number' => 'number')) ?> ++
>
-
-
-
+
-
-
-
- [ ]
-
-
- -
- 'comment',
- 'reply_text' => 'Reply to %s¬',
- 'callback' => 'comicpress_comments_callback',
- 'end-callback' => 'comicpress_comments_end_callback',
- 'avatar_size'=>64
- )
- );
- } else {
- wp_list_comments(array('type' => 'comment', 'avatar_size'=>64));
- }?>
-
Pings & Trackbacks ¬
--
-
-
- 'pings',
- 'callback' => 'comicpress_comments_callback',
- 'end-callback' => 'comicpress_comments_end_callback',
- 'avatar_size'=>32
- )
- );
- } else {
- wp_list_comments(array('type' => 'pings', 'avatar_size'=>64));
- }?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-comment_status) : ?>
-
-
-
-
-
-
-
-
-
-
-comment_status) : ?>
-
-
-
-
-
->
+
+
+
diff --git a/footer.php b/footer.php
index 4c7d437..2be69c1 100644
--- a/footer.php
+++ b/footer.php
@@ -1,28 +1,28 @@
-
-
-
-
-
-
+
+
+
+ [ ]
+
+
+ -
+ 'comment',
+ 'reply_text' => 'Reply to %s¬',
+ 'callback' => 'comicpress_comments_callback',
+ 'end-callback' => 'comicpress_comments_end_callback',
+ 'avatar_size'=>64
+ )
+ );
+ } else {
+ wp_list_comments(array('type' => 'comment', 'avatar_size'=>64));
+ }?>
+
Pings & Trackbacks ¬
+-
+
-
+ 'pings',
+ 'callback' => 'comicpress_comments_callback',
+ 'end-callback' => 'comicpress_comments_end_callback',
+ 'avatar_size'=>32
+ )
+ );
+ } else {
+ wp_list_comments(array('type' => 'pings', 'avatar_size'=>64));
+ }?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+comment_status) : ?>
+
+
+
+
+
+
+
+
+
+
+comment_status) : ?>
+
+
+
+
+
+