</div><!-- /.box-header -->
                <div class="box-body">
                  <div class="table-responsive">
                    <table class="table no-margin">
                      <thead>
                        <tr>
                          <th>Game Id</th>
                          <th>Game Name</th>
                          <th>Game Point</th>
                          <th>Game Cost</th>
                          <th>Actions</th>
                        </tr>
                      </thead>
                      <tbody>
                          <?php 
$result = getAllMaverickGames();
if ($result > 0) {
    while ($topmenu = mysql_fetch_array($result)) {
        ?>
                          <tr>
                          <td><?php 
        echo $topmenu['game_id'];
        ?>
</td>
                          <td><?php 
        echo $topmenu['game_name'];
        ?>
</td>
                          <td><?php 
        echo $topmenu['game_point_ratio'];
        ?>
include "sidebarlinks.php";
?>

<div class="about-area">
	<div class="container">
    <div class="row">
    <div class="col-md-1"></div>
     <div class="col-md-10">
     <div style="min-height:200px;" class="leader-wrap"> 
  <h2>Maverick Games</h2>
  <div class="freshdesignweb">     
<!-- Portfolio 4 Column start -->
    <div class="image_grid portfolio_4col">
    <ul id="list" class="portfolio_list da-thumbs">
    <?php 
$maverickgames = getAllMaverickGames();
if ($maverickgames > 0) {
    while ($maverickgame = mysql_fetch_array($maverickgames)) {
        ?>
        
        
        <li style="min-height:140px">
            <img width="200" src="silverhat_games/game_image/<?php 
        echo $maverickgame['game_image'];
        ?>
" class="img-responsive" alt="">
            <article class="da-animate da-slideFromRight" style="display: block;">
                <h3><?php 
        echo $maverickgame['game_name'];
        ?>
</h3>
            $mycontent = $search_result['game_description'];
            echo getWords($mycontent, 21) . "...";
            ?>
</span> 
 <a href="maverick-game-<?php 
            echo $search_result['game_seo'];
            ?>
">MORE</a></p>
  </div>
  </div>
 <?php 
        }
    }
} else {
    if (isset($_REQUEST['search']) == 'Maverick Games') {
        $search_results = getAllMaverickGames();
        if ($search_results > 0) {
            while ($search_result = mysql_fetch_array($search_results)) {
                ?>
 <div class="col-md-4 col-sm-4 col-xs-12">
  <div class="search-box">
  <div class="border-line">
  <img width="221" height="125" alt="" class="img-responsive" src="silverhat_games/game_image/<?php 
                echo $search_result['game_image'];
                ?>
">
  </div>
  <h3><?php 
                echo $search_result['game_name'];
                ?>
</h3>