summaryrefslogtreecommitdiff
path: root/atom.php
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-10-05 00:23:48 +0100
committerNick White <git@njw.me.uk>2009-10-05 00:23:48 +0100
commitdeb4f53d36b83cffa42063ea0186fd0babf2f505 (patch)
treef7a46912f771e76d770e0f3f4ded0b317c9f7c09 /atom.php
parent705b1a62a491e76945e1b5a1a1a691552d5993e4 (diff)
downloadnjw-website-source-deb4f53d36b83cffa42063ea0186fd0babf2f505.tar.bz2
njw-website-source-deb4f53d36b83cffa42063ea0186fd0babf2f505.zip
Renamed text/ to webpages/
Diffstat (limited to 'atom.php')
-rw-r--r--atom.php4
1 files changed, 2 insertions, 2 deletions
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();