cvs: phpweb /include layout.inc
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsbjori1203897857@cvsserver> |
bjori Mon Feb 25 00:04:17 2008 UTC
Modified files:
/phpweb/include layout.inc
Log:
Add rel="home"
http://cvs.php.net/viewvc.cgi/phpweb/include/layout.inc?r1=1.275&r2=1.276&diff_format=u
Index: phpweb/include/layout.inc
diff -u phpweb/include/layout.inc:1.275 phpweb/include/layout.inc:1.276
--- phpweb/include/layout.inc:1.275 Sun Feb 24 23:46:28 2008
+++ phpweb/include/layout.inc Mon Feb 25 00:04:16 2008
@@ -1,5 +1,5 @@
<?php
-/* $Id: layout.inc,v 1.275 2008/02/24 23:46:28 bjori Exp $ */
+/* $Id: layout.inc,v 1.276 2008/02/25 00:04:16 bjori Exp $ */
// Set the static content root differently on php.net
$_SERVER['STATIC_ROOT'] = ($MYSITE == 'http://www.php.net/') ?
@@ -164,7 +164,7 @@
<body{$onload}>
<div id="headnav">
- <a href="/"><img src="{$_SERVER['STATIC_ROOT']}/images/php.gif"
+ <a href="/" rel="home"><img src="{$_SERVER['STATIC_ROOT']}/images/php.gif"
alt="PHP" width="120" height="67" /></a>
<div id="headmenu">
<a href="/downloads.php">downloads</a> |
@@ -606,7 +606,7 @@
<h3>Latest news</h3>
<p>
- For the latest news, <a href="/index.php">check the homepage</a>,
+ For the latest news, <a href="/index.php" rel="home">check the homepage</a>,
or <a href="/feed.atom">our Atom feed</a>.
</p>