Branding changes

git-svn-id: http://svn.automattic.com/wordpress/trunk@68 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-05-23 22:20:35 +00:00
parent aca1414fb4
commit d56f9ae206
4 changed files with 9 additions and 9 deletions

2
b2.php
View File

@ -42,7 +42,7 @@
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?>
<div align="right">[powered by <a href="http://cafelog.com" target="_blank"><b>b2</b></a>.]<br />
<div align="right"><cite>Powered by <a href="http://wordpress.org"><strong>Wordpress</strong></a></cite><br />
<br />
<a href="b2login.php">login</a><br />
<a href="b2register.php">register</a></div>

View File

@ -67,7 +67,7 @@ $blog=1; include ("blog.header.php"); while($row = mysql_fetch_object($result))
</div>
<p class="centerP">
[powered by <a href="http://cafelog.com" target="_blank"><b>b2</b></a>.]
<cite>Powered by <a href="http://wordpress.org"><strong>Wordpress</strong></a></cite>
</p>

View File

@ -154,7 +154,7 @@ textarea,input,select {
<tr height="50">
<td height="50" width="50">
<a href="http://cafelog.com" target="_blank"><img src="b2-img/b2minilogo.png" border="0" alt="visit b2's homepage" /></a>
<a href="http://wordpress.org" target="_blank"><img src="http://wordpress.org/images/wp-small.png" /></a>
</td>
<td class="b2menutop" align="center">
registration<br />complete
@ -222,7 +222,7 @@ textarea,input,select {
<tr height="50">
<td height="50" width="50">
<a href="http://cafelog.com" target="_blank"><img src="b2-img/b2minilogo.png" border="0" alt="visit b2's homepage" /></a>
<a href="http://wordpress.org" target="_blank"><img src="http://wordpress.org/images/wp-small.png" /></a>
</td>
<td class="b2menutop" align="center">
registration disabled<br />
@ -281,11 +281,11 @@ textarea,input,select {
<table width="100%" height="100%">
<td align="center" valign="middle">
<table width="200" height="200" style="border: 1px solid #cccccc;" cellpadding="0" cellspacing="0">
<table width="250" height="250" style="border: 1px solid #cccccc;" cellpadding="0" cellspacing="0">
<tr height="50">
<td height="50" width="50">
<a href="http://cafelog.com" target="_blank"><img src="b2-img/b2minilogo.png" border="0" alt="visit b2's homepage" /></a>
<tr>
<td>
<a href="http://wordpress.org" title="visit WordPress dot org" target="_blank"><img src="http://wordpress.org/images/wp-small.png" alt="visit WordPress dot org" style="border:0;" /></a>
</td>
<td class="b2menutop" align="center">
registration<br />

View File

@ -1,4 +1,4 @@
<?php /* These first lines are the first part of a CafeLog template.
<?php /* These first lines are the first part of a WordPress template.
In every template you do, you got to copy them before the CafeLog 'loop' */
$blog=1; // enter your blog's ID
header("Content-type: text/xml");