Current File : /home/inlingua/www/sensoriumpsychologists.com/backup/franchise/rules.php
<!DOCTYPE html>
<html>
  <head>
    <title>Shristi</title>
    <?php require("common/head_links.php");?>
    
    <style>
	
	.my_style5 {
		padding-left:30px;
		padding-right:30px;
		
	}
	.my_style5 li {
		font-size:16px;
		text-align:justify;
	}
	.my_style5 p {
		font-size:16px;
		text-align:justify;
	}
	.my_style5 h2 {
		text-align:center; 
		color:#099EF1;
	}
	.my_style5 h3 {
		color:#099EF1;
	}
	
	</style>
    
  </head>
  <body class="hold-transition skin-blue sidebar-mini">
    <div class="wrapper">

      <?php require("common/header.php");?>
      
      <?php require("common/left_side_bar.php");?>

      <!-- Content Wrapper. Contains page content -->
      <div class="content-wrapper">
        <!-- Content Header (Page header) -->
        <section class="content-header">
          <h1>
            Rules Details
          </h1>
        </section>

        <!-- Main content -->
        <section class="content">
           <div class="row my_style5">
<?php
// $id=$_GET['id'];
$results=$query->select_where_field('shristi_rules','status','1',"AND rules_for='1'");
while($row =$results->fetch_assoc()){
?>
<p style="text-align:justify;"><?php echo $row['text'];?></p>
<?php }?>
         </div>
         </section><!-- /.content -->
      </div><!-- /.content-wrapper -->
      <?php require("common/footer.php");?>
    </div><!-- ./wrapper -->
<?php require("common/footer_links.php");?>
  </body>
</html>