summaryrefslogtreecommitdiff
path: root/atom.php
diff options
context:
space:
mode:
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();