]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/pages/about.ttk
removing old opac images and css
[working/Evergreen.git] / Open-ILS / src / templates / opac / pages / about.ttk
1
2 [%
3         tm = global.textmap.opac;
4
5         WRAPPER html/html;
6
7                 WRAPPER html/head title=tm.basic_search.page_title;
8                         INCLUDE opac/pages/chunks/css_includes.ttk;
9                 END;
10
11                 WRAPPER html/body onload='pageInit();';
12
13                         INCLUDE opac/pages/chunks/body_header.ttk hide_hits_per=1;
14
15                         lines(1);
16
17                         "About PINES Goes Here <br/>";
18
19                 END; # - body
20         END; # - html
21
22 %]
23
24
25
26
27