<?php require('management/admin_functions/session.php'); ?>
<?php require('management/admin_layout/header.php'); ?>
<ul id="breadcrumbs">
<li><a href="index.php"><?php echo $lang['main_page']; ?></a></li>
<li><a href="index.php" class="actual"><?php echo $lang['main_navigation']; ?></a></li>
</ul>
<br>
<h1 align="center"><?php echo $lang['welcome_to_adminstration']; ?></h1>
<table width="540" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="180" height="150" align="center" valign="middle"><a href="categories.php" class="myprofile_links"><div class="myprofile"><img src="../style/images/admin/categories.png" alt="Kategorien" vspace="5" border="0"><br><?php echo $lang['plural_categories']; ?></div></a></td>
<td width="180" height="150" align="center" valign="middle"><a href="topics.php" class="myprofile_links"><div class="myprofile"><img src="../style/images/admin/topics.png" alt="Themen" vspace="5" border="0"><br><?php echo $lang['blank_topics']; ?></div></a></td>
<td width="180" height="150" align="center" valign="middle"><a href="posts.php" class="myprofile_links"><div class="myprofile"><img src="../style/images/admin/posts.png" alt="Beiträge" vspace="5" border="0"><br><?php echo $lang['posts']; ?></div></a></td>
</tr>
<tr>
<td width="180" height="150" align="center" valign="middle"><a href="users.php" class="myprofile_links"><div class="myprofile"><img src="../style/images/admin/users.png" alt="User verwalten" vspace="5" border="0"><br><?php echo $lang['admin_manage_users']; ?></div></a></td>
<td width="180" height="150" align="center" valign="middle"><a href="blog.php" class="myprofile_links"><div class="myprofile"><img src="../style/images/admin/blog.png" alt="Blog" vspace="5" border="0"><br>Blog</div></a></td>
<td width="180" height="150" align="center" valign="middle"><a href="badwords.php" class="myprofile_links"><div class="myprofile"><img src="../style/images/admin/badwords.png" alt="Badwords" vspace="5" border="0"><br>Badwords</div></a></td>
</tr>
</table>
<div id="navline"> </div>
<table width="875" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="175" align="left" valign="top"><p><strong>Forum</strong></p>
<?php include_once('../functions/statistic.php');
echo '' . $lang['posts'] . ': '; stat_posts();
echo '<br><br>';
echo '' . $lang['blank_topics'] . ': '; stat_topics();
echo '<br><br>';
echo '' . $lang['plural_categories'] . ': '; stat_categories();
echo '<br><br>'; ?></td>
<td width="175" align="left" valign="top"><p><strong><?php echo $lang['statistic']; ?></strong></p><?php
echo 'User: '; stat_user();
echo '<br><br>';
echo '' . $lang['blank_article'] . ': '; stat_blog();
echo '<br><br>';
echo 'Kommentare: '; stat_com(); ?></td>
<td width="175" align="left" valign="top"><p><strong>Version:</strong></p>
<p><?php echo VERSION; ?></p>
<p>Blogsystem 6.0 Final</p></td>
<td width="185" align="left" valign="top"><p><strong>Framework:</strong></p>
<p><?php echo FRAMEWORK; ?></p>
<p>jQuery Library v1.6.2</p></td>
<td width="165" align="left" valign="top"><p><strong><?php echo $lang['page_views']; ?></strong></p><?php
echo 'Heute: '; stat_today();
echo '<br><br>';
echo 'Gesamt: '; stat_total();
echo '<br><br>';
echo 'Online: '; stat_online(); ?></td>
</tr>
</table>
<?php require('management/admin_layout/footer.php'); ?>