For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > November 2004 > cvs: phpweb /include layout.inc









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpweb /include layout.inc
Derick Rethans

2004-11-26, 4:08 pm

derick Fri Nov 26 09:42:44 2004 EDT

Modified files:
/phpweb/include layout.inc
Log:
- Fix for bug #30910.


http://cvs.php.net/diff.php/phpweb/...7&r2=1.208&ty=u
Index: phpweb/include/layout.inc
diff -u phpweb/include/layout.inc:1.207 phpweb/include/layout.inc:1.208
--- phpweb/include/layout.inc:1.207 Mon Oct 25 09:00:08 2004
+++ phpweb/include/layout.inc Fri Nov 26 09:42:44 2004
@@ -1,5 +1,5 @@
<?php
-/* $Id: layout.inc,v 1.207 2004/10/25 13:00:08 goba Exp $ */
+/* $Id: layout.inc,v 1.208 2004/11/26 14:42:44 derick Exp $ */

// Set the static content root differently on php.net
$_SERVER['STATIC_ROOT'] = ($MYSITE == 'http://www.php.net/') ?
@@ -434,8 +434,7 @@

$rssautodiscovery = '';
if (isset($_SERVER['BASE_PAGE']) && $_SERVER['BASE_PAGE'] == 'index.php') {
- $rssautodiscovery = ' <link rel="alternate" type="application/rss+xml" title="PHP: Hypertext
-Preprocessor" href="' . $MYSITE . 'news.rss" />' . "\n";
+ $rssautodiscovery = ' <link rel="alternate" type="application/rss+xml" title="PHP: Hypertext Preprocessor" href="' . $MYSITE . 'news.rss" />' . "\n";
}

?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com