|
Revision 12, 1.0 KB
(checked in by dez, 7 years ago)
|
|
Fixes : to - in page title
|
| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|---|
| 2 | |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
|---|
| 4 | |
|---|
| 5 | <head> |
|---|
| 6 | <title>{$title} - SUCS</title> |
|---|
| 7 | <link rel="SHORTCUT ICON" href="favicon.ico" /> |
|---|
| 8 | |
|---|
| 9 | <script type="text/javascript" src="js/cb.js"></script> |
|---|
| 10 | |
|---|
| 11 | <link rel="stylesheet" type="text/css" href="css/sucs.css" media="screen" /> |
|---|
| 12 | <link rel="stylesheet" type="text/css" href="css/box.css" media="screen" /> |
|---|
| 13 | |
|---|
| 14 | <meta name="author" content="Denis Walker" /> |
|---|
| 15 | <!-- <meta name="description" content="" /> |
|---|
| 16 | <meta name="keywords" content="" /> --> |
|---|
| 17 | |
|---|
| 18 | <!--[if IE]> |
|---|
| 19 | <link rel="stylesheet" type="text/css" href="css/ie.css" /> |
|---|
| 20 | <![endif]--> |
|---|
| 21 | |
|---|
| 22 | <!--[if lt IE 7]> |
|---|
| 23 | <link rel="stylesheet" type="text/css" href="css/ielt7.css" /> |
|---|
| 24 | <link rel="stylesheet" type="text/css" href="css/boxie.css" /> |
|---|
| 25 | |
|---|
| 26 | <script defer type="text/javascript" language="JavaScript" src="js/pngfix.js"></script> |
|---|
| 27 | |
|---|
| 28 | <![endif]--> |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | </head> |
|---|
| 33 | <body> |
|---|
| 34 | |
|---|
| 35 | {include file="branding.tpl"} |
|---|
| 36 | <div id="wrapper"> |
|---|
| 37 | |
|---|
| 38 | <div id="content"> |
|---|