From b60879d89b01d35e2f0b004dd36addb98b560a18 Mon Sep 17 00:00:00 2001 From: messju Date: Mon, 19 May 2003 17:45:48 +0000 Subject: [PATCH] fixed example of {html_image} --- docs/designers.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)