Revision 3672
Added by ben leinfelder almost 17 years ago
footer.html | ||
---|---|---|
3 | 3 |
<html> |
4 | 4 |
<head> |
5 | 5 |
<title></title> |
6 |
<link rel="stylesheet" type="text/css" href="sanparks.css"/> |
|
6 |
<link rel="stylesheet" type="text/css" href="@systemidserver@@style-skins-path@/sanparks/sanparks.css"/>
|
|
7 | 7 |
</head> |
8 | 8 |
<body class="footerContent"> |
9 | 9 |
This project is a cooperative effort of |
Also available in: Unified diff
replace relative urls (for stylesheets, js files, and even form actions) with absolute paths. yes, this means using ant tokens still.
needed for using 'sanparks' as the default skin when deployed on dataknp.sanparks.org