
08-28-2004, 01:55 AM
|
|
|
Join Date: Dec 2001
Location: UK
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Onkel_Tom
I had also problems with the size of the statistic window. Try to replace the template statistic_header with this code:
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta name="author" content="PcFreak" />
<meta name="Keywords" content="Statistics" />
<meta name="Description" content="Statistics for vBulletin 3.0.x" />
<!-- end no cache headers -->
<title>$vboptions[bbtitle] - Forenstatistik ?bersicht</title>
$headinclude
</head>
<body>
$header
$navbar
$statistic_menue
<br />
This fixes my size problem 
|
Perfect, thanks
|