[comment] The __VALUES__ below are MiniVend Variable settings. In this case, they come from these settings in catalog.cfg: ## Set some menubars and headers ConfigDir pages Variable LEFTSIDE [comment] This [loop] repeats the container code for every product code returned by the [random] tag. The [random] tag is set in catalog.cfg with the Random directive; in the demo it takes its values from the rand1.html - rand5.html page. The effect is to have a changing "specials" display on the front page. [/comment] [loop arg="[random]"]
[calc] return < [loop-field title] EOF return ''; [/calc] [calc] return < [loop-field title] EOF return ''; [/calc]
[loop-field title]
By [loop-field artist]

Our Price: [loop-price]   Buy Now

[file name="text/[loop-code]"]

More [loop-field category] ...


[/loop]
[comment] And the footer as above. [/comment] __RIGHTSIDE__ __MENUBOTTOM__ __COPYRIGHT__