Revision 291
Added by stefan almost 19 years ago
header.html | ||
---|---|---|
4 | 4 |
<head> |
5 | 5 |
<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title> |
6 | 6 |
<link href="{INTERFACE_DIR}/stylesheet.css" rel="stylesheet" type="text/css" /> |
7 |
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
7 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
|
|
8 | 8 |
<script language="javascript" type="text/javascript"> |
9 | 9 |
function confirm_link(message, url) { |
10 | 10 |
if(confirm(message)) location.href = url; |
Also available in: Unified diff
Character encoding setting also affects admin backend. Mentioned in ticket #102.