亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

html_image ??

html_image ??

basedir? ?? ??? ??? ?? ?????. ? ??? ???? ??? ? ??? ?? ??(?? ?? DOCUMENT_ROOT)? ???? ???. ???? ?? ??? ?? ?? ?? ??? ??? ?? ??? ??? ???.

href? ??? ??? ???? ?????. ? ??? ???? ??? ??? ????? ??? ???? ??? ??? ?????.

?? ???: html_image? ??? ??? ???? ???? ????? ???. ???? ???? ?? ?? ?? ???? ?? ????? ?? ??? ??? ???? html_iamge.

eg:

index.php:
require('Smarty.class. php') ;
$smarty = ??? Smarty;
$smarty->display('index.tpl');

index.tpl:
{html_image file="pumpkin.jpg"}
{html_image file= "/path /from/docroot/pumpkin.jpg"}
{html_image file="../path/relative/to/currdir/pumpkin.jpg"}

??:
<img src="pumpkin. jpg" alt ="" border="0" width="44" height="68" />
<img src="/path/from/docroot/pumpkin.jpg" alt="" border="0 " width= "44" height="68" />
<img src="../path/relative/to/currdir/pumpkin.jpg" alt="" border="0" width="44" height=" 68" />


???? ??
||
<?php echo "html_image函數(shù)";