From: Mike N. <mh...@us...> - 2004-08-29 20:27:53
|
On Sun, 2004-08-29 at 11:44, George Brackett wrote: > VERY interesting, Mike. For those of us who are CSS-challenged, what > changes to the mod code of menuman and pagemaster are required for this to > work? Just the importation of the corresponding CSS files? George, I have a patch for phpwsrssfeeds that will give you some of this functionality in 0.9.3x. However, the @import is in html head. This means you'd have to use embedded styles to override the stylesheet. Currently, phpwsrssfeeds embeds its css in head. I'd like to see boost handle the @import of module stylesheets into /conf/mod.css. Writing that code in php may be difficult. -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs |