$group.=form_file(t('Upload logo image'),'logo_upload',40,t("If you don't have direct file access to the server, use this field to upload your logo."));
$group=t('Your shortcut icon or \'favicon\' is displayed in the address bar and bookmarks of most browsers.');
$group.=form_checkbox(t('Use the default shortcut icon.'),"$var][default_favicon",1,$settings['default_favicon'],t('Check here if you want the theme to use the default shortcut icon.'));
$group.=form_textfield(t('Path to custom icon'),"$var][favicon_path",$settings['favicon_path'],50,128,t('The path to the image file you would like to use as your custom shortcut icon.'));
$group.=form_file(t('Upload icon image'),'favicon_upload',40,t("If you don't have direct file access to the server, use this field to upload your shortcut icon."));
$group.=form_file(t('Upload logo image'),'logo_upload',40,t("If you don't have direct file access to the server, use this field to upload your logo."));
$group=t('Your shortcut icon or \'favicon\' is displayed in the address bar and bookmarks of most browsers.');
$group.=form_checkbox(t('Use the default shortcut icon.'),"$var][default_favicon",1,$settings['default_favicon'],t('Check here if you want the theme to use the default shortcut icon.'));
$group.=form_textfield(t('Path to custom icon'),"$var][favicon_path",$settings['favicon_path'],50,128,t('The path to the image file you would like to use as your custom shortcut icon.'));
$group.=form_file(t('Upload icon image'),'favicon_upload',40,t("If you don't have direct file access to the server, use this field to upload your shortcut icon."));