From 260085657c8ce5a25106aac5a5acc048b6aa9a79 Mon Sep 17 00:00:00 2001 From: mohrt Date: Tue, 3 Jun 2003 13:38:08 +0000 Subject: [PATCH] fix example in code comments --- libs/plugins/function.html_image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/plugins/function.html_image.php b/libs/plugins/function.html_image.php index 4d606cb2..56c87d3b 100644 --- a/libs/plugins/function.html_image.php +++ b/libs/plugins/function.html_image.php @@ -21,7 +21,7 @@ * - basedir = base directory for absolute paths, default * is environment variable DOCUMENT_ROOT * - * Examples: {image file="images/masthead.gif"} + * Examples: {html_image file="images/masthead.gif"} * Output: * @link http://smarty.php.net/manual/en/language.function.html.image.php {html_image} * (Smarty online manual)