Thursday 07 July 2005 2:14:18 am
Hi, You can get SiteURL from INI file, and full path of image with code below, and use it as paramters of concat function. I didn`t test it ...
{def $site_url=ezini( 'SiteSettings', 'SiteURL', 'site.ini' )
$img_url=$node.data_map.corps.content[original].url|ezroot}
<img src={concat( $site_url, $img_url )} />
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|