Koha/koha-tmpl/index.html
tipaul 5fd15869df /koha-tmpl/ is now the documentroot for opac and intranet pages (remember koha-html is deprecated and should be removed very soon)
the index.html shows just 2 links : 1 to intranet.html, the other to opac.html.
during buildrelease, intranet.html is moved to intranet document root and renamed to index.html, same thing for opac.html with opac documentroot.
with this trick, you can have a "cvs" install, and a clean "official" install
2003-03-18 14:17:56 +00:00

6 lines
No EOL
95 B
HTML

<html>
<body>
<a href="intranet.html">Intranet</a>
<a href="opac.html">OPAC</a>
</body>
</html>