예제 #1
0
파일: start.php 프로젝트: flathack/flatnet2
    echo "</div>";
    echo "</body>";
    echo "</html>";
    exit;
}
?>
			<div class='GWtopBody'>
				<div id='left'>
					<?php 
$guildwars->selectUser();
?>
				</div>
				
				<div id='left'>
					<?php 
$guildwars->selectAccount();
?>
				</div>
				
				<div id='right'>
					<a href='?createNewChar=yes#charErstellen' class='greenLink'>Neuen Charakter</a>
					<a href='?createNewChar=yes&namen#charErstellen' class='greenLink'>Namegen</a>
				</div>
				<div id='home'>
				<?php 
$guildwars->SubNav("guildwars");
?>
				</div>
		
			</div>
			<?php