No meu server tive que ir por tentativa de erro e acerto e encontrei o que funcionou, da linha 1 a linha 16 do arquivo layouts.php ficou assim com a alteração:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?PHP echo $title ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Tibia is a free massive multiplayer online role playing game (MMORPG)." />
<meta name="author" content="Gesior | Modified by Norix and WidNet" />
<meta http-equiv="content-language" content="en" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="keywords" content="free online game, free multiplayer game, ots, open tibia server" />
<link rel="shortcut icon" href="<?PHP echo $layout_name; ?>/images/server.ico" type="image/x-icon">
<link rel="icon" href="<?PHP echo $layout_name; ?>/images/server.ico" type="image/x-icon">
<?PHP echo $layout_header; ?>
<link href="<?PHP echo $layout_name; ?>/basic.css" rel="stylesheet" type="text/css">
<script type='text/javascript'> var IMAGES=0; IMAGES='<?PHP echo $layout_name; ?>/images'; var g_FormField=''; var LINK_ACCOUNT=0; LINK_ACCOUNT='';</script>
<script type="text/javascript" src="<?PHP echo $layout_name; ?>/initialize.js"></script>
<SCRIPT TYPE="text/javascript">
Não mexam em mais nada, isso foi só um exemplo.
a linha adicionada está em vermelho.
Aqui funcionou, boa sorte a todos.