]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/html/concat
some basic html templates for use in wrappers. these will be augmented
[working/Evergreen.git] / Open-ILS / src / templates / html / concat
1 [%
2         string = "";
3         FOR word IN strings;
4                 string = string _ word;
5         END;
6         string;
7 %]