hi all!

i've been testing the current CVS development version
(squirrelmail-1.4.0-CVS snapshot:20030112_1640) and i came across with the
following code on the left_main.php:


        if (!$boxes->is_root) {
            if ($use_folder_images) {
              if ($boxes->is_inbox) {
                $folder_img = '../images/inbox.gif';
              } else if ($boxes->is_sent) {
                $folder_img = '../images/senti.gif';
              } else if ($boxes->is_trash) {
                $folder_img = '../images/delitem.gif';
              } else if ($boxes->is_draft) {
                $folder_img = '../images/draft.gif';
              } else $folder_img = '../images/folder.gif';
              $folder_img = '&nbsp;<img src="'.$folder_img.'" height="15"
valign="center" />&nbsp;';
            } else $folder_img = '';

so, how do i enable this stuff? i'm not a php programmer but my guess is
it will display images on the left of imap folders on the left frame.

--conpaj--
open source technology enthusiast
pilipino internet, inc.


-------------------------------------------------------
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