From: "Theo Chatzimichos" <tampakrap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/blogs-gentoo:master commit in: themes/wp-oxygen/
Date: Thu, 26 May 2011 15:20:07 +0000 (UTC) [thread overview]
Message-ID: <0c0c37f45479becbf14f8c6c9ac29ed4e90ebf5d.tampakrap@gentoo> (raw)
commit: 0c0c37f45479becbf14f8c6c9ac29ed4e90ebf5d
Author: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 15:20:56 2011 +0000
Commit: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
CommitDate: Thu May 26 15:20:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/blogs-gentoo.git;a=commit;h=0c0c37f4
small update in wp-oxygen theme
---
| 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
--git a/themes/wp-oxygen/header.php b/themes/wp-oxygen/header.php
index a43fafb..75a67d6 100644
--- a/themes/wp-oxygen/header.php
+++ b/themes/wp-oxygen/header.php
@@ -31,8 +31,11 @@
<div id="page">
<div id="wrapper">
<div id="header">
- <!--h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1-->
- <a href="<?php echo get_settings('home'); ?>"><img src="/wp-content/uploads/banner.png"></a>
+ <?php if ( get_bloginfo("name") == "Straight from tha bloK" ) { ?>
+ <a href="<?php echo get_settings('home'); ?>"><img src="/tampakrap/files/2009/12/banner.png"></a>
+ <?php } else { ?>
+ <h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
+ <?php } ?>
<div class="description"><?php bloginfo('description'); ?></div>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</div><!-- /header -->
next reply other threads:[~2011-05-26 15:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-26 15:20 Theo Chatzimichos [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-29 11:02 [gentoo-commits] proj/blogs-gentoo:master commit in: themes/wp-oxygen/ Theo Chatzimichos
2012-07-29 11:07 Theo Chatzimichos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0c0c37f45479becbf14f8c6c9ac29ed4e90ebf5d.tampakrap@gentoo \
--to=tampakrap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox