ec_linked_thumbnail_if_it_existsec_linked_thumbnail_if_it_exists dirname [ border_p ] \
[ link_to_product_p ]
Defined in tcl/ecommerce-utilities.tclThis looks at dirname to see if the thumbnail is there and if
so returns an html fragment that links to the bigger version
of the picture (or to product.tcl if link_to_product_p is "t").
Otherwise it returns the empty string.
- Parameters:
-
dirname
border_p (defaults to "t" )
link_to_product_p (defaults to "f" )
|