$output.=form_textarea(t("Primary links"),"xtemplate_primary_links",variable_get("xtemplate_primary_links",l("edit primary links","admin/system/themes/xtemplate")),70,8,t("The HTML code for the primary links."));
$output.=form_textarea(t("Secondary links"),"xtemplate_secondary_links",variable_get("xtemplate_secondary_links",l("edit secondary links","admin/system/themes/xtemplate")),70,8,t("The HTML code for the secondary links."));
$output.=form_radios(t("Search box"),"xtemplate_search_box",variable_get("xtemplate_search_box",0),array(t("Disabled"),t("Enabled")),t("Show a search box in the upper right corner."));
$output.=form_group(t("Avatars"),form_checkbox(t("Display avatars with posts"),"xtemplate_avatar_node",1,variable_get("xtemplate_avatar_node",0),t("Display individualized pictures identifying users with posts they start.")).form_checkbox(t("Display avatars with comments"),"xtemplate_avatar_comment",1,variable_get("xtemplate_avatar_comment",0),t("Display individualized pictures identifying users with their comments.")).form_textfield(t("Default avatar"),"xtemplate_avatar_default",variable_get("xtemplate_avatar_default",""),70,300,t("URL of avatar to display for users with no custom avatar selected. Leave blank for none.")));