| Thursday 17 July 2003 12:27:45 pm 
                                                                 What is it that I'm missing here? This document http://ez.no/sdk/kernel/view/template_operators/ says: 
ezimagePrepends the current sitedesign to the url with the image subdirectory, if the file does not exist in that design the standard sitedesign is used instead.
 {"search.png"|ezimage(single)} becomes '/design/mydesign/images/search.png' I was referred to that document from http://ez.no/sdk/eztemplate/view/operator_list/ which says: 
ezimage Similar to ezroot but prefixes image directory in the design.
 which says: 
ezroot Similar to ezurl but does not include the index.php
 Which says: 
ezurl Makes sure that the url works for both virtual hosts and non-virtual host setups.
 Failing any explaination I follow the link above which says: 
Exponential kernel operatorsFor more information see the Kernel template operators tutorial.
 which takes me to the second link I posted. |ezimage is clearly NOT doing what the documentation says it is supposed to do. This is either a bug in ezTemplate or in the docs. Can someone help please. This is 3.1-1 |