design/site/inc/header.i

19 lines
555 B
OpenEdge ABL
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title><?php echo getlocal("title") ?></title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="niftyCorners.css">
<script type="text/javascript" src="niftycube.js"></script>
<script type="text/javascript">
window.onload=function(){
Nifty("ul#nav a","small transparent top");
Nifty("div#side","");
Nifty("div#downl","");
Nifty("div#style1","");
Nifty("div#style2","");
}
</script>
</head>
<body>