From f98055698522c06a78eeafc8285a7984f67ca018 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 12 Jan 2008 11:13:28 +0000 Subject: [PATCH] Fix path --- conferences/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conferences/index.php b/conferences/index.php index 85ff626ec..35ac64700 100644 --- a/conferences/index.php +++ b/conferences/index.php @@ -20,7 +20,7 @@ EOT; unset($RSIDEBAR_DATA); -site_header("PHP Conferences around the world", array("layout_workaround" => $layout_workaround, 'headtags' => '')); +site_header("PHP Conferences around the world", array("layout_workaround" => $layout_workaround, 'headtags' => '')); print_news($NEWS_ENTRIES["conferences"]);