<?php
// important data include
include("_mysql.php");
include("_settings.php");
include("_functions.php");
$_language->read_module('index');
$index_language = $_language->module;
// end important data include
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="webSPELL Template by www.gamer-designs.de" />
<meta name="author" content="design by gamer-designs.de, cms by webspell.org" />
<meta name="keywords" content="webspell, template, clan, design" />
<title><?php echo PAGETITLE; ?> - Template by www.gamer-designs.de</title>
<link href="style/style.css" rel="stylesheet" type="text/css" />
<link href="style/navigation.css" rel="stylesheet" type="text/css" />
<link href="_stylesheet.css" rel="stylesheet" type="text/css" />
<link href="tmp/rss.xml" rel="alternate" type="application/rss+xml" title="<?php echo getinput($myclanname); ?> - RSS Feed" />
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
<script src="js/navigation.js" type="text/javascript"></script>
<script src="js/poll.js" type="text/javascript"></script>
<script src="js/jquery1.7.2.min.js" type="text/javascript"></script>
<script src="js/jpreload.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$.preload(
'Bilder/infoover.jpg',
'Bilder/mediaover.jpg',
'Bilder/commover.jpg',
'Bilder/clanover.jpg'
);
});
</script>
<script language="JavaScript" type="text/javascript">
<!--
function toggleDiv(element){
if(document.getElementById(element).style.display == 'none')
document.getElementById(element).style.display = 'block';
else
document.getElementById(element).style.display = 'none';
}
//-->
</script>
<style type="text/css">
.shoutbox
{
background-color:#cccccc;
}
#shout
{
position:absolute;
right:0px; top:200px; width:25px; height:150px;
}
.shoutbox2
{
position:absolute;
display:none;
border:#000 solid 1px;
right:28px; top:200px;
padding:10px;
width:200px;
height:500px;
}
.shoutbox3
{
position:absolute;
display:none;
border:#000 solid 1px;
right:28px; top:350px;
padding:10px;
width:200px;
height:500px;
}
</style>
</head>
<body>
<div id="shout" class="shoutbox">
<a href="javascript:toggleDiv('toggle');" title="klick mich" style="display:block;"><img src="Bilder/shoutbox.png" alt=" "/></a>
</div>
<div id="toggle" class="shoutbox2" >
test
<?php include("shoutbox.php"); ?>
</div>
<div id="toggle2" class="shoutbox2">
<?php include("shoutbox.php"); ?>
</div>
<center>
<div id="wrapper">
<div id="header">
<div id="login">
<?php include("login.php"); ?>
</div>
</div>
<div id="unavi"></div>
<div id="navi">
<ul>
<li id="lnavi"></li>
<li><?php include("navigation.php"); ?></li>
<li id="suche">
<div id="suchep"><?php include("quicksearch.php"); ?></div>
</li>
</ul>
</div>
<div id="scroll">
<div id="lauftext"><?php include("sc_scrolltext.php"); ?></div>
</div>
<div id="uscroll">
<div id="lnewsbg">
<div id="lnewsp">
<?php include("sc_headlines.php"); ?>
</div>
</div>
<div id="lforumbg">
<div id="forump">
<?php include("latesttopics.php"); ?>
</div>
</div>
<div id="video">
<div id="videop"> <?php include("sc_videos.php"); ?></div>
</div>
</div>
<div id="contenta">
<div id="contentl">
<div id="webspell">
<?php
if(!isset($site)) $site="news";
$invalide = array('\\','/','/\/',':','.');
$site = str_replace($invalide,' ',$site);
if(!file_exists($site.".php")) $site = "news";
include($site.".php");
?>
</div>
</div>
<div id="contentr">
<div id="matchc"></div>
<div id="matchsa">
<div class="showall"><a href="index.php?site=clanwars">SHOW ALL MATCHES</a></div>
</div>
<div id="matchbg">
<div class="matches"><?php include("sc_results.php"); ?></div>
</div>
<div id="random"></div>
<div id="randombg">
<div id="randomp">
<?php include("sc_potm.php"); ?>
</div>
</div>
<div id="votingh"></div>
<div id="votingbg">
<div id="votingp"><?php include("poll.php"); ?></div>
</div>
<div id="votingf">
<div class="showallv"><a href="index.php?site=polls">SHOW POLL ARCHIVE</a></div>
</div>
</div>
<div id="footer">
<div id="footerp">
<div style="margin-left:360px; margin-right:40px;">
<div onmouseover="document.getElementById('lang_switch_dropdown').style.display = 'block'" onmouseout="document.getElementById('lang_switch_dropdown').style.display = 'none'">
<div style="width:140px; margin-left:0px; height:32px; margin-top:-23px; cursor:pointer;"></div>
<div id="lang_switch_dropdown" style="height:284px; text-align:left;"><?php include("sc_language.php"); ?></div>
</div>
</div>
<div><?php include("counter.php"); ?></div></div>
</div>
</div>
</div>
</center>
</body>
</html>
|