From 837041f11529b59cafe0564a2dd4d341f2b0155a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 2 May 2002 20:28:11 +0000 Subject: - XHTML-ified a few things. --- modules/system/system.module | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index e2bfb238f..12e4360e2 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -32,10 +32,6 @@ function system_link($type) { $links[] = la(t("site configuration"), array("mod" => "system")); } - /*if ($type == "admin" && user_access("administer modules and themes")) { - $links[] = la(t("modules and themes"), array("mod" => "system", "op" => "modules")); - }*/ - return $links ? $links : array(); } @@ -82,8 +78,8 @@ function system_view_options() { // layout settings: $output .= "

Layout settings

\n"; - foreach (theme_list() as $key=>$value) $options .= "\n"; - $output .= form_item("Default theme", "", "The default theme as seen by visitors or anonymous users."); + foreach (theme_list() as $key=>$value) $options .= "\n"; + $output .= form_item("Default theme", "", "The default theme as seen by visitors or anonymous users."); $output .= "
\n"; // development settings: -- cgit v1.2.3