I want my VIEW programmer to be able to develop different layouts [each with different images]. Is it possible to have a directory structure like:

+app/layouts/blue/
       - theme.vm
       - style.css
       + images/
               - bluelogo.jpg
               - [all the images used for this layout]

I see there's an image directory on webapps/appname - should I be putting my images in there instead? If so, I'm guessing I'd just set up a mirrored file structure, so:

+ webapps/appname/images/layouts/blue/
          - bluelogo.jpg
          - [all the images used for this layout]

Is there a "best practices" for handling images? Also, in either case, I understand it's difficult to reference paths when using such a modularized and automated system as Turbine; so then (for whatever image location you suggest), how (prefferably using simple html references) would this line look:

------------- file: theme.vm -------------------
...
<img src="?what directory do I put here?/bluelogo.jpg">
...
--------------------------------------------------

thanks
Keith


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to