From 5d60c8b8d0f5667dd6c711f6210fe8fbd89b4b33 Mon Sep 17 00:00:00 2001 From: cdnwetzel <chris.wetzel@perigen.com> Date: Wed, 10 Jul 2013 14:39:34 -0400 Subject: [PATCH] Update settings-pages.inc.php on line 14 of settings-pages.inc.php the section: <a href="pages"> should read: <a href="pages.php"> --- include/staff/settings-pages.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/settings-pages.inc.php b/include/staff/settings-pages.inc.php index c9c91343c..b58a148d4 100644 --- a/include/staff/settings-pages.inc.php +++ b/include/staff/settings-pages.inc.php @@ -11,7 +11,7 @@ $pages = Page::getPages(); <tr> <th colspan="2"> <h4>Pages</h4> - <em>To edit or add new pages go to <a href="pages">Manage > Site Pages</a></em> + <em>To edit or add new pages go to <a href="pages.php">Manage > Site Pages</a></em> </th> </tr> </thead> -- GitLab