fixed example of {html_image}

This commit is contained in:
messju
2003-05-19 17:45:48 +00:00
parent 033ae0330d
commit b60879d89b

View File

@@ -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)