Revision 458
Added by doc over 17 years ago
header.html | ||
---|---|---|
5 | 5 |
<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title> |
6 | 6 |
<link href="{INTERFACE_DIR}/stylesheet.css" rel="stylesheet" type="text/css" /> |
7 | 7 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> |
8 |
{BACKEND_MODULE_CSS} |
|
9 |
{BACKEND_MODULE_JS} |
|
10 |
<script type="text/javascript" src="{WB_URL}/include/codepress/codepress.js"></script> |
|
8 | 11 |
<script language="javascript" type="text/javascript"> |
9 | 12 |
function confirm_link(message, url) { |
10 | 13 |
if(confirm(message)) location.href = url; |
Also available in: Unified diff
Added package which allows to integrate optional JS & CSS module files (frontend.css, frontend.js, backend.css, backend.js) into the <head> section of the HTML code. This allows developers to code modules which creates (X)HTML valid output.