Fórum

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

Abdur rasheed, modificado 15 Anos atrás.

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

Junior Member Postagens: 71 Data de Entrada: 26/09/08 Postagens Recentes
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 15 Anos atrás.

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

Expert Postagens: 498 Data de Entrada: 08/09/06 Postagens Recentes
It might make sense to just do it via CSS and mimic the behavior of the company logo inclusions.
thumbnail
David Truong, modificado 15 Anos atrás.

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

Expert Postagens: 322 Data de Entrada: 24/03/05 Postagens Recentes
<img src="$themeDisplay.getPathThemeImages()/folder/image.jpg"/>
Abdur rasheed, modificado 15 Anos atrás.

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

Junior Member Postagens: 71 Data de Entrada: 26/09/08 Postagens Recentes
thank u Mr.David

Thanks & advance
Rasheed
om prakash, modificado 8 Anos atrás.

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

New Member Postagens: 18 Data de Entrada: 09/07/14 Postagens Recentes
Hi David,

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