<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>php i report</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="author" content="Erwin Aligam - styleshout.com" />
<meta name="description" content="Site Description Here" />
<meta name="keywords" content="keywords, here" />
<meta name="robots" content="index, follow, noarchive" />
<meta name="googlebot" content="noarchive" />
<link rel="stylesheet" type="text/css" media="screen" href="template/default/css/screen.css" />
</head>
<body>
<!--header -->
<div id="header-wrap">
<div id="header">
<a name="top"></a>
<br><br><br><br> <a href='index.php'><img src='template/default/images/logo.png'></a>
<!--<h1 id="logo-text"><a href="index.php" title="php i report">php i report</a></h1>-->
<!--<p id="slogan">Just Another Styleshout CSS Template... </p>-->
<div id="nav">
<ul>
<li <?if($page=='home'){echo "id='current'";}?> ><a href="index.php?page=home">HOME</a></li>
<li <?if($page=='live'){echo "id='current'";}?> ><a href="index.php?page=live">LIVE</a></li>
<li <?if($page=='history'){echo "id='current'";}?> ><a href="index.php?page=history">HISTORY</a></li>
<li <?if($page=='networks'){echo "id='current'";}?> ><a href="index.php?page=networks">NETWORKS</a></li>
<li><a href="rss.php">RSS</a></li>
<?if(is_user_loggedin()!='true'){echo "<li><a href='index.php?page=login'>LOGIN</a></li>";}else{echo "<li><a href='index.php?action=logout'>LOGOUT</a></li>";}?>
<?if(is_user_loggedin()!='true'){echo "<li><a href='index.php?page=register'>REGISTER</a></li>";}?>
</ul>
</div>
<p id="rss">
<a href="rss.php">Grab the RSS feed</a>
</p>
<!--<form id="quick-search" method="get" action="index.html">
<fieldset class="search">
<label for="qsearch">Search:</label>
<input class="tbox" id="qsearch" type="text" name="qsearch" value="Search..." title="Start typing and hit ENTER" />
<button class="btn" title="Submit Search">Search</button>
</fieldset>
</form>-->
<!--/header-->
</div></div>
<!-- content-outer -->
<div id="content-wrap" class="clear" >
<!-- content -->
<div id="content">
<!-- main -->
<div id="main">
<h4><? echo $page_title; ?></h4>
<? echo $page_content; ?>
<!-- /main -->
</div>
<!-- sidebar -->
<div id="sidebar">
<div class="sidemenu">
<h4>Site Menu</h4>
<ul>
<li><a href="index.php?page=home">HOME</a></li>
<li><a href="index.php?page=live">LIVE</a></li>
<li><a href="index.php?page=history">HISTORY</a></li>
<li><a href="index.php?page=networks">NETWORKS</a></li>
<li><a href="rss.php">RSS</a></li>
</ul>
</div>
<div class="about-me">
<h4>information</h4>
<p>
total networks : <?echo get_networks_count();?> <br>
total members : <?echo get_users_count();?> <br>
total messages : <?echo get_messages_count();?> <br>
</p>
</div>
<div class="sidemenu">
<h4>our networks</h4>
<ul>
<?
$sidebar_all_networks = get_all_networks();
for ($i = 0; $i <= count($sidebar_all_networks)-1; $i++) {
echo "
<li>
<span>".$sidebar_all_networks[$i]['name']."</span></a>
</li>
";
}
?>
</ul>
</div>
<!-- /sidebar -->
</div>
<!-- content -->
</div>
<!-- /content-out -->
</div>
</div></div>
<!-- footer-bottom -->
<div id="footer-bottom">
<p class="bottom-left">
phpireport © 2011 |
<a href="http://sourceforge.net/projects/phpireport/" title="phpireport">phpireport</a> by realmatrix
</p>
<p class="bottom-right">
<a href="index.php">Home</a> |
<a href="index.php">Sitemap</a> |
<a href="rss.php">RSS Feed</a> |
<strong><a href="#top">Back to Top</a></strong>
</p>
<!-- /footer-bottom-->
</div>
</body>
</html>