Your IP : 216.73.216.40


Current Path : /var/www/html/np/themes/blue/
Upload File :
Current File : /var/www/html/np/themes/blue/theme.php

<!Doctype html>
<html lang="en">
<head>
<?php
$ipaddr = $_SERVER['REMOTE_ADDR'];

	echo "<meta charset='utf-8'>
	<title>".$c['title']." - ".$c['page']."</title>
	<base href='$hostname'>
	<link rel='stylesheet' href='themes/".$c['themeSelect']."/style.css'>
	<script src='//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'></script>
	<meta name='description' content='".$c['description']."'>
	<meta name='keywords' content='".$c['keywords']."'>";
	editTags();
?>
</head>
<div id="wrapper1">
<body>
<?php  require("counter.php"); ?>
	<header>
		<nav id="nav">
			<h1 id="main-title"><a href='./'><?php echo $c['title'];?></a></h1>
			<ul>
				<?php menu("<li><a","</a></li>");?>
			</ul>
		</nav>
	</header>
	<?php if(is_loggedin()) settings();?>

	<div class="clear"></div>
	<div id="wrapper" class="border">
			
			<?php if(is_loggedin()) { ?> 
			<textarea class="ckeditor" name="editor"><?php content($c['page'],$c['content']);?></textarea> 
			<script type="text/javascript">
			var key = <?php echo json_encode($c['page']); ?>
			</script>
			<button id="btn_submit" onclick="save(key);">save</button>
			<?php include('msg_box.php'); ?>
			<?php }else{ ?>
			<?php content($c['page'],$c['content']);?>
			<?php } ?> 

	</div>
	
	<div id="side" class="border">
			<?php content('subside',$c['subside']);?>

	</div>

	<div class="clear"></div>
//	<footer><p id="right"><?php if(_isPrivate($ipaddr)) {echo $lstatus;}?></p><p id="left"><?php echo $c['copyright'] ."| $sig";?></p><p id="center"><?php echo $info;?> </p></footer>
	<footer><p id="right"><?php echo $info;?> </p><p id="left"><?php echo $c['copyright'] ."| $sig";?></p><p id="center"><?php if(_isPrivate($ipaddr)) {echo $lstatus;}?></p></footer>
</body>
</div>
</html>