Current File : /home/inlingua/www/sensoriumpsychologists.com/backup/student/rules.php
<?php 

include_once("common/head_links.php");

include_once("../classes/config.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>

<body class="hold-transition skin-blue sidebar-mini">

    <div class="wrapper">

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

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

      <!-- Content Wrapper. Contains page content -->

      <div class="content-wrapper">

        <!-- Content Header (Page header) -->

        <section class="content-header">

          <h1>

           Shristiuniverse  Rules

          </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='0'");

while($row =$results->fetch_assoc()){

?>

<p style="text-align:justify;"><?php echo $row['text'];?></p>

<?php }?>

                     

  

                </div>

        </section><!-- /.content -->

        

      </div><!-- /.content-wrapper -->

      <?php include_once("common/footer.php");?>

    </div><!-- ./wrapper -->

<?php include_once("common/footer_links.php");?>

</body>

</html>