Thursday 01 July 2010 3:28:07 am
For information i think this is it : $tpl = templateInit(); $strPath = ezUrlOperator::eZImage($tpl, 'icons/mypicture.jpg', ''); $results['img'] = 'http://' . eZSys::hostname() . $strPath; With : 'icons/mypicture.jpg' in your design's images directory. OR eZURLOperator::eZDesign() if you want to search a tpl path
EZP is Great
|