diff options
-rw-r--r-- | includes/conf.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/conf.php b/includes/conf.php index e13edfb75..bebc4f491 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -44,9 +44,9 @@ $languages = array("en" => "English"); # links here. These links are typically displayed in a row near the # top of every page. // $custom_links = array( -// "<a href=\"\index.php\">home</a>", -// "<a href=\"\module.php?mod=user\">school</a>", -// "<a href=\"\module.php?mod=blog\">work</a>"); +// "<a href=\"index.php\">home</a>", +// "<a href=\"module.php?mod=user\">school</a>", +// "<a href=\"module.php?mod=blog\">work</a>"); ?> |