07/02/06 06:47:28
Simple Template System (STS)
URLリンク(www.oscommerce.com)
STS 4.4 キテタ Y⌒Y⌒Y⌒Y⌒Y⌒Y⌒(。A。)!!!
BOXがテンプレートになったり、アイコンもテンプレ用のフォルダで置き換えられるのか。これは凄そう。
ADDED possibility to use a template for the popup_image.php page.
See chapter 3.10 of the STS4.4 doc.
ADDED possibility to make a template for the box around the product listing.
See chapter 6.2 of the STS4.4 doc.
CHANGED: the templates folder catalog/includes/sts_templates is now defined in the default module,
so you can move it where you want.
ADDED in class boxes.php the possibility to give a vertical alignment parameter "valign"
ADDED possibility to use images and buttons from the template folder.
By default the original osC images and buttons will be used. (Thanks to Arnoldl for this one!).
See chapter 3.11 and 3.12 of the STS4.4.doc.
---
6.2 Box around product listing
The original product listing is using the boxes class to create the frame around the product listing,
but for this we don't want to use the same infobox template as for the other boxes,
so until v4.4 this part was not using the template system but the original osC design.
Since v4.4, a template can be given for this part, it should be named infobox_product_listing.php.html
and be placed in the same folder as other boxes templates.