Cool, works just as advertised.

> You got it.  I am using 1.2.11 (cvs), but it should be the same... here
> is a clip of what I did to my version of the same file to get that
> selection box to go away... just commented out that section:
>
>     /******************************************************/
>     /* LOAD EACH GROUP OF OPTIONS INTO THE OPTIONS ARRAY. */
>     /******************************************************/
>
>     /*** Load the General Options into the array ***/
>     $optgrps[SMOPT_GRP_GENERAL] = _("General Display Options");
>     $optvals[SMOPT_GRP_GENERAL] = array();
>
>     /* Load the theme option. */
> /*
>     $theme_values = array();
>     foreach ($theme as $theme_key => $theme_attributes) {
>         $theme_values[$theme_attributes['NAME']] =
> $theme_attributes['PATH'];
>     }
>     ksort($theme_values);
>     $theme_values = array_flip($theme_values);
>     $optvals[SMOPT_GRP_GENERAL][] = array(
>         'name'    => 'chosen_theme',
>         'caption' => _("Theme"),
>         'type'    => SMOPT_TYPE_STRLIST,
>         'refresh' => SMOPT_REFRESH_ALL,
>         'posvals' => $theme_values,
>         'save'    => 'save_option_theme'
>     );
> */
>     $css_values = array( 'none' => _("Default" ) );
>     $handle=opendir('../themes/css/');
>
>
>
>> Hmmm...
>>
>> Didn't think if attacking it from that direction...
>>
[snip]


-- 
Kevin





-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to