From f97def972e1928210701fc960fc2f55aa7ced0d8 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Mon, 2 Nov 2009 04:23:41 -0800 Subject: [PATCH] -bottom and -top CSS are now -head and -foot calendar image is now capable of an href, displayblogpost.php and displaycomicpost and author.php now use comicpress_get_avatar properly Signed-off-by: Philip M. Hofer (Frumph) --- author.php | 2 +- buystrip.php | 2 +- footer.php | 3 +- functions/avatars.php | 4 +- functions/displayblogpost.php | 2 +- functions/displaycomic.php | 2 +- header.php | 14 ++++-- images/nav/bar/navstyle.css | 86 +++++++++++++++++++++++++++++++++ images/nav/default/navstyle.css | 8 +++ index.php | 2 +- layout-foot.php | 4 +- layout-head.php | 4 +- sidebar-left.php | 4 +- sidebar-right.php | 4 +- single.php | 4 +- widgets/calendar.php | 4 +- 16 files changed, 123 insertions(+), 26 deletions(-) create mode 100644 images/nav/bar/navstyle.css diff --git a/author.php b/author.php index eb51090..c93004d 100644 --- a/author.php +++ b/author.php @@ -15,7 +15,7 @@
- display_name, 1)."' title='".wp_specialchars($curauth->display_name, 1), get_avatar($curauth->user_email, 64)); ?> + display_name, 1)."' title='".wp_specialchars($curauth->display_name, 1), comicpress_get_avatar($curauth->user_email, 64)); ?>
diff --git a/buystrip.php b/buystrip.php index af61eba..1a9bcc3 100644 --- a/buystrip.php +++ b/buystrip.php @@ -12,7 +12,7 @@ Templete Author Email: philip@frumph.net - +
diff --git a/footer.php b/footer.php index f5c4c8d..abdeee0 100644 --- a/footer.php +++ b/footer.php @@ -24,9 +24,8 @@
-
+ - diff --git a/functions/avatars.php b/functions/avatars.php index 1015773..91b636c 100644 --- a/functions/avatars.php +++ b/functions/avatars.php @@ -78,9 +78,9 @@ function comicpress_get_avatar( $id_or_email, $size = '64', $alt = false) { if ( !empty( $rating ) ) $out .= "&r={$rating}"; - $avatar = "{$safe_alt}"; + $avatar = "{$safe_alt}"; } else { - $avatar = "{$safe_alt}"; + $avatar = "{$safe_alt}"; } return apply_filters('comicpress_get_avatar', $avatar, $id_or_email, $size, $default, $alt); diff --git a/functions/displayblogpost.php b/functions/displayblogpost.php index d16fff3..87a3bf7 100644 --- a/functions/displayblogpost.php +++ b/functions/displayblogpost.php @@ -23,7 +23,7 @@ function display_blog_post() {
id="post-">