cvs: phpweb /conferences index.php
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsbjori1200136408@cvsserver> |
bjori Sat Jan 12 11:13:28 2008 UTC
Modified files:
/phpweb/conferences index.php
Log:
Fix path
http://cvs.php.net/viewvc.cgi/phpweb/conferences/index.php?r1=1.21&r2=1.22&diff_format=u
Index: phpweb/conferences/index.php
diff -u phpweb/conferences/index.php:1.21 phpweb/conferences/index.php:1.22
--- phpweb/conferences/index.php:1.21 Sat Dec 29 15:43:42 2007
+++ phpweb/conferences/index.php Sat Jan 12 11:13:28 2008
@@ -1,5 +1,5 @@
<?php
-// $Id: index.php,v 1.21 2007/12/29 15:43:42 bjori Exp $
+// $Id: index.php,v 1.22 2008/01/12 11:13:28 bjori Exp $
$_SERVER['BASE_PAGE'] = 'conferences/index.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/pregen-events.inc';
@@ -20,7 +20,7 @@
unset($RSIDEBAR_DATA);
-site_header("PHP Conferences around the world", array("layout_workaround" => $layout_workaround, 'headtags' => '<link rel="alternate" type="application/atom+xml" title="PHP: Conference announcements" href="' . $MYSITE . 'conferences/feed.atom" />'));
+site_header("PHP Conferences around the world", array("layout_workaround" => $layout_workaround, 'headtags' => '<link rel="alternate" type="application/atom+xml" title="PHP: Conference announcements" href="' . $MYSITE . 'feed.atom" />'));
print_news($NEWS_ENTRIES["conferences"]);