1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
|
<meta http-equiv="Content-Type" content="text/html; charset={$lang->items['LANG_GLOBAL_ENCODING']}" />
<link rel="index" href="index.php{$SID_ARG_1ST}" />
<link rel="help" href="misc.php?action=faq{$SID_ARG_2ND}" />
<link rel="search" href="search.php{$SID_ARG_1ST}" />
<link rel="up" href="javascript:self.scrollTo(0,0);" />
<link rel="copyright" href="http://www.woltlab.de" />
$css
<SCRIPT LANGUAGE="JavaScript">
function index(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height-50 - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+''
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> |