Beispiel #1
0
echo "{$root}/";
?>
js/functions.js"></script>
	<script src="<?php 
echo "{$root}/";
?>
js/jNotify.jquery.min.js"></script>

</head>
<body id="skin-blur-lights">
	<div class="clearfix"></div>
	<section id="main" style="overflow-y: scroll;">
		<!-- Header -->
		<header id="header" class="media">
			<?php 
show_header_bar($conn, $uid);
login_msg($uid);
?>
		</header>
		
		<!-- Sidebar -->
		<aside id="sidebar">
			<?php 
show_side_bar("index");
?>
			
			<!-- Sidbar Widgets -->
			<?php 
show_profile_menu($conn, $uid);
?>
		</aside>
Beispiel #2
0
echo "{$root}/";
?>
js/jquery.easing.1.3.js"></script> <!-- jQuery Easing - Requirred for Lightbox + Pie Charts-->
	
	<script src="<?php 
echo "{$root}/";
?>
js/jNotify.jquery.min.js"></script>
</head>
<body id="skin-blur-lights">
	<div class="clearfix"></div>
	<section id="main">
		<!-- Header -->
		<header id="header" class="media">
			<?php 
show_header_bar($conn, $uid, true);
login_msg($uid);
?>
			
		</header>
		
		<!-- Content -->
		<section id="content" class="container">
			
		</section>
	</section>
	
	
	<!-- Javascript Libraries -->
	<!-- Bootstrap -->
	<script src="<?php