fixes for base collection widget+template
[catagits/Reaction.git] / share / skin / base / layout / collection.tt
CommitLineData
c8fbb8ad 1=for layout widget
2
372fcc32 3[% header %]
4[% body %]
5[% footer %]
6
7=for layout body
8
f4f019bc 9<div class="collection_members">
f38511c5 10 [% members %]
11</div>
c8fbb8ad 12
372fcc32 13=for layout footer
14
15[% actions %]
16
f38511c5 17=cut