diff --git a/docs/designers.sgml b/docs/designers.sgml index d658f191..a8f56853 100644 --- a/docs/designers.sgml +++ b/docs/designers.sgml @@ -3750,9 +3750,9 @@ $smarty->display('index.tpl'); index.tpl: -{image file="pumpkin.jpg"} -{image file="/path/from/docroot/pumpkin.jpg"} -{image file="../path/relative/to/currdir/pumpkin.jpg"} +{html_image file="pumpkin.jpg"} +{html_image file="/path/from/docroot/pumpkin.jpg"} +{html_image file="../path/relative/to/currdir/pumpkin.jpg"} OUTPUT: (possible)