Foros de discusión

i want to call one image from portal_normal .vm but inside my theme folder

Abdur rasheed, modificado hace 15 años.

i want to call one image from portal_normal .vm but inside my theme folder

Junior Member Mensajes: 71 Fecha de incorporación: 26/09/08 Mensajes recientes
I want to call one image from portal_normal.vm but inside the my theme folder (i have one image folder inside the theme, it is contains some images how can i call that images from portal_normal.vm)

Thanks & Advance.

Abdur Rasheed.
thumbnail
Josh Asbury, modificado hace 15 años.

RE: i want to call one image from portal_normal .vm but inside my theme fol

Expert Mensajes: 498 Fecha de incorporación: 8/09/06 Mensajes recientes
It might make sense to just do it via CSS and mimic the behavior of the company logo inclusions.
thumbnail
David Truong, modificado hace 15 años.

RE: i want to call one image from portal_normal .vm but inside my theme fol

Expert Mensajes: 322 Fecha de incorporación: 24/03/05 Mensajes recientes
<img src="$themeDisplay.getPathThemeImages()/folder/image.jpg"/>
Abdur rasheed, modificado hace 15 años.

RE: i want to call one image from portal_normal .vm but inside my theme fol

Junior Member Mensajes: 71 Fecha de incorporación: 26/09/08 Mensajes recientes
thank u Mr.David

Thanks & advance
Rasheed
om prakash, modificado hace 7 años.

RE: i want to call one image from portal_normal .vm but inside my theme fol

New Member Mensajes: 18 Fecha de incorporación: 9/07/14 Mensajes recientes
Hi David,

Thanks ! i was expecting such a thing for a whole day! you simply provide it!
awesome !!!