I am trying to figure out a proper structure. Right now i have it
like this.
../<appname>/static/plugin_layouts/Optimism/images/img17.jpg
Why would you have another folder called layouts.
Also i am including my scripts like this
<script src="{{=URL('static','plugin_layout/Optimism/js/cufon-
yui.js')}}"></script>
Is that correct
On Feb 14, 8:38 pm, villas <[email protected]> wrote:
> > <img src="{{=URL(r=request, c='static', f='plugin_layouts/layouts/
> > Optimism/images/img17.jpg')}}" alt="" width="90" height="90" />
>
> You could also try this format (available in more recent versions of
> web2py):
>
> {{=IMG(_src=URL('static','plugin_layouts',args=('layouts','optimism','images','img17.jpg')),_alt='pic',_width='90',_height='90')}}