header.php

<html><head>
<style type="text/css">
<!
body {
font-family: medieval;
}

@font-face {
font-family: medieval;
src: url(knot.otf);
}
.bot
{
border-style:solid;
border-top-color:#6b6b6b
}
.cell
{
background-image: url('table.png');
color: #66111A;
font-family: medieval;
font-size: 12pt;
font-style: normal;
padding: 3px 3px 3px 3px;

}
a:link
{
color: #375528;
text-decoration:none;
}
a:visited
{
color: #375528;
text-decoration:none;
}
a:hover, a:active
{
color: #666666;
text-decoration:none;
}

.tdmenu:hover {
background-color:#9C4839;
}
@brand-primary: #428bca;
@navbar-height: 400px;
.che:hover{ background-color: #EA9485; }

</style>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/navbar-fixed-top.css" rel="stylesheet">
<script ></script>
<title>Craftilandia Minecraft Server Multiplayer online no premium</title>

</head><body>

<nav class="navbar-center navbar-default navbar-fixed-top navbar-inverse" role="navigation">
<div class="container" align="center">

<a href="index.php" role="button" class="btn btn-default btn-xs">FORO</a>
<a href="#" onClick="window.open('http://www.craftilandia.com:8123', '_blank')" role="button" class="btn btn-default btn-xs">MAPA</a>
<a href="users.php" role="button" class="btn btn-default btn-xs">USUARIOS</a>
<?php
if($_SESSION['signed_in'])
{
echo '<ul class="navbar-right"><b><font color="#ECD74F">' . htmlentities($_SESSION['jugador']) . '</font></b>. <a href="signout.php" role="button" class="btn btn-primary btn-xs">Salir</a$
}
?>

</div>
</nav>

<div class="container">

<center>


Comments

Posts Quoted:
Reply
Clear All Quotes