$output.=form_select(t("Default front page"),"site_frontpage",variable_get("site_frontpage","node"),$pages,t("The home page displays content from this module (usually node)."));
$output.=form_select(t("Clean URLs"),"clean_url",variable_get("clean_url",0),array(t("Disabled"),t("Enabled")),t("Enable or disable clean URLs. If enabled, you'll need <code>ModRewrite</code> support. See also the <code>.htaccess</code> file in Drupal's top-level directory."));
$output.=form_select(t("Default front page"),"site_frontpage",variable_get("site_frontpage","node"),$pages,t("The home page displays content from this module (usually node)."));
$output.=form_select(t("Clean URLs"),"clean_url",variable_get("clean_url",0),array(t("Disabled"),t("Enabled")),t("Enable or disable clean URLs. If enabled, you'll need <code>ModRewrite</code> support. See also the <code>.htaccess</code> file in Drupal's top-level directory."));