summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-12-20 22:08:17 +0000
committerDries Buytaert <dries@buytaert.net>2002-12-20 22:08:17 +0000
commit20e22ad292644146e248721e96814e843c49ae7d (patch)
tree9e11d3b658e5d7c7ce7a0b6baec0c40c6d89eb2d
parent623aaed1489cf9d8425001c96748258cfb130e05 (diff)
downloadbrdo-20e22ad292644146e248721e96814e843c49ae7d.tar.gz
brdo-20e22ad292644146e248721e96814e843c49ae7d.tar.bz2
- Removed some backslashes. Reported by Adam.
-rw-r--r--includes/conf.php6
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>");
?>