root/usr/local/www/head.inc @ e2aa3617
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
---|---|
2 |
<html>
|
3 |
<head>
|
4 |
<title><?=gentitle($pgtitle);?></title> |
5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
6 |
<link rel="stylesheet" type="text/css" href="/niftycssCode.css"> |
7 |
<link rel="stylesheet" type="text/css" href="/niftycssprintCode.css" media="print"> |
8 |
<link href="gui.css" rel="stylesheet" type="text/css"> |
9 |
<script type="text/javascript" src="/niftyjsCode.js"></script> |
10 |
</head>
|