From 2c77a38848d313a0e19fec4d60b2aa9f027e3de1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 15 Aug 2002 10:26:32 +0000 Subject: - Small cosmetic change to the system module. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index d071df992..365d9aa63 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -263,7 +263,7 @@ function system_admin() { global $edit, $op, $type; if (user_access("administer site configuration")) { - print "".la(t("site settings"), array("mod" => "system", "type" => "options"))." | ".la(t("content filters"), array("mod" => "system", "type" => "filter"))." | ".la(t("modules"), array("mod" => "system", "op" => "modules"))." | ".la(t("themes"), array("mod" => "system", "op" => "themes"))." | ".la(t("help"), array("mod" => "system", "op" => "help"))."
\n"; + print "". la(t("site settings"), array("mod" => "system", "type" => "options")) ." - ". la(t("content filters"), array("mod" => "system", "type" => "filter")) ." - ". la(t("modules"), array("mod" => "system", "op" => "modules")) ." - ". la(t("themes"), array("mod" => "system", "op" => "themes")) ." - ". la(t("help"), array("mod" => "system", "op" => "help")) ."
\n"; switch ($op) { case "help": -- cgit v1.2.3