> <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')}}

