> It's not the layout per se that's boring, it's the design (if that makes > sense.. heh). I think the ability to skin SM leaves a lot to be desired, > which doesn't have anything to do with it's awesome functionality that > SM has. Having said that, you can skin SM a lot, but you have to tweak a > lot of code. Obviously the more you tweak, the harder upgrades are to > do. http://www.voxthemes.com/themes.php has a few *very* nice templates, > but I'd imagine they've hacked up a lot of code. >
I've created some backgrounding in squirrelmail. See: http://nic.nb.nu/images/squirrel.png Took me 3 hours to figure out how to implement this in sm 1.4.0, but afterall it was very easy to implement. (Extra code in functions/html.php and changing some html_tag's in the source) This way you can change almost every background in squirrelmail bij changing it in the themes layout. Settings for the above image is: $bgimage['FrameLeft']['PATH'] = '../images/backgrounds/tiles/paper.png'; # Left frame background $bgimage['FrameRight']['PATH'] = '../images/backgrounds/wallpapers/Water01.jpg'; # Right frame background $bgimage['TableDefault']['PATH'] = ''; $bgimage['TableDefaultOption']['PATH'] = '../images/backgrounds/tiles/Marble01.jpg'; # Standard table option $bgimage['TableOption1']['PATH'] = '../images/backgrounds/tiles/Marble01.jpg'; $bgimage['TableOption2']['PATH'] = '../images/backgrounds/tiles/Marble01.jpg'; $bgimage['TableOption3']['PATH'] = '../images/backgrounds/tiles/paper.png'; $bgimage['TableOption4']['PATH'] = '../images/backgrounds/tiles/rough_paper.png'; $bgimage['TableOption5']['PATH'] = '../images/backgrounds/tiles/Marble01.jpg'; $bgimage['TableOption6']['PATH'] = '../images/backgrounds/tiles/Marble01.jpg'; $bgimage['TableOption7']['PATH'] = '../images/backgrounds/tiles/Marble01.jpg'; $bgimage['MessageHeader']['PATH'] = '../images/backgrounds/tiles/paper.png'; $bgimage['MessageBody']['PATH'] = '../images/backgrounds/tiles/rough_paper.png'; $bgimage['Logon1']['PATH'] = '../images/backgrounds/tiles/paper.png'; # Background login $bgimage['Logon2']['PATH'] = '../images/backgrounds/tiles/fibers.png'; # Background logo and login frame $bgimage['Logon3']['PATH'] = '../images/backgrounds/tiles/paper.png'; # Background login frame Sjoerd ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.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