]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/index.xml
moved opac entities to a single file since entity process is happening
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / index.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- Loads the environment -->
4 <!--#include virtual="setenv.xml"-->
5
6 <!DOCTYPE html PUBLIC 
7         "-//W3C//DTD XHTML 1.0 Transitional//EN" 
8         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [
9         <!--#include virtual="/opac/locale/${locale}/opac.dtd"-->
10 ]>
11
12
13 <html xmlns='http://www.w3.org/1999/xhtml'>
14         <!--#include virtual="header.xml"-->
15         <!--#if expr="$OILS_PAGE='index.xml'"-->
16                 <!--#include virtual="home/index_body.xml"-->
17         <!--#else-->
18                 <!--#include virtual="body.xml"-->
19         <!--#endif-->
20 </html>
21