mohrt Mon Oct 10 10:45:34 2005 EDT
Modified files:
/smarty/docs/en/designers/language-custom-functions
language-function-html-image.xml
Log:
update docs for html_image, add path_prefix
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-custom-functions/language-function-html-image.xml?r1=1.6&r2=1.7&ty=u
Index:
smarty/docs/en/designers/language-custom-functions/language-function-html-image.xml
diff -u
smarty/docs/en/designers/language-custom-functions/language-function-html-image.xml:1.6
smarty/docs/en/designers/language-custom-functions/language-function-html-image.xml:1.7
---
smarty/docs/en/designers/language-custom-functions/language-function-html-image.xml:1.6
Tue Sep 13 15:03:11 2005
+++
smarty/docs/en/designers/language-custom-functions/language-function-html-image.xml
Mon Oct 10 10:45:34 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<sect1 id="language.function.html.image">
<title>{html_image}</title>
<para>
@@ -69,6 +69,13 @@
<entry><emphasis>n/a</emphasis></entry>
<entry>href value to link the image to</entry>
</row>
+ <row>
+ <entry>path_prefix</entry>
+ <entry>string</entry>
+ <entry>no</entry>
+ <entry><emphasis>n/a</emphasis></entry>
+ <entry>prefix for output path</entry>
+ </row>
</tbody>
</tgroup>
</informaltable>
@@ -87,6 +94,10 @@
<a href="LINKVALUE"><a> tag is placed around the image tag.
</para>
<para>
+ <parameter>path_prefix</parameter> is an optional prefix string you can give
the output path.
+ This is useful if you want to supply a different server name for the image.
+ </para>
+ <para>
All parameters that are not in the list above are printed as
name/value-pairs inside the created <img> tag.
</para>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|