示例#1
0
					echo "<a href='logout.php' style='color:white'>Logout</a>";
				}
				
				?>
				
				
				
				</span>
				
				</div>
			
			
			<div id="products_box">
			<?php getPro($DBConn);
			?>
			<?php getCatPro($DBConn);
			?>
			<?php getManuPro($DBConn);
			?>
			</div>
			
        </div>
        
      
				<!-- Content wrapper ends here -->


			<div id="footer">
			
			<h2 id="hh">&copy; 2015 Aniki - From bros to bros</h2>
			
			 	<div id="shopping_cart">
			 		<span style="float:right; font-size:20px; padding:5px; line-height:40px;">
			 			Welcome Guest! <b style="color:green">Shoppping Cart-</b> Total Items: Total Price:
			 			<a href="cart.php" style="color:green" text-decoration: none;>Go to Cart</a>
			 		</span>	
			 	</div>

			 	<div id="products_box">


			 		<?php 
getPro();
?>
			 		<?php 
getCatPro();
?>

			 	</div>	

			 </div>
		 </div>
		  <!--Content end-->

		   <!--Footer start-->
		 <div id="footer">
		 	<h2>
		 		&copy; ITsoftMN.mn 
		 	</h2>
		 </div>
		  <!--Footer end-->