From deb4f53d36b83cffa42063ea0186fd0babf2f505 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 5 Oct 2009 00:23:48 +0100 Subject: Renamed text/ to webpages/ --- atom.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atom.php') diff --git a/atom.php b/atom.php index daa0ff3..ad71926 100644 --- a/atom.php +++ b/atom.php @@ -18,9 +18,9 @@ include($_SERVER['DOCUMENT_ROOT'] . "/includes/atom.php"); -atom_header("/text/index.php"); +atom_header("/webpages/index.php"); -create_entries_from_dir("text", true); +create_entries_from_dir("webpages", true); atom_footer(); -- cgit v1.2.3