<strong>Custom Categories</strong>
                                </div>
                                <div class="col col-lg-7 col-md-8 col-sm-8 col-xs-8">
                                    <ul class="list-unstyled">
                                        <li><a href="<?php 
    echo $base_url;
    ?>
index.php?section=admin&amp;go=special_best_data">Manage</a></li>
                                    </ul>
									
									<div class="dropdown bcoem-admin-dashboard-select">
										<button class="btn btn-default dropdown-toggle" type="button" id="scoresMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">Add Entries to... <span class="caret"></span>
										</button>
										<ul class="dropdown-menu" aria-labelledby="scoresMenu2">
											<?php 
    echo score_custom_winning_choose($special_best_info_db_table, $special_best_data_db_table);
    ?>
										</ul>
									</div>
									
								</div>
                            </div><!-- ./row -->
                            <?php 
}
?>
                        </div>
                    </div>
                </div>
                <!-- ./ Scoring Panel -->
                
            echo $row_sbd['id'];
            ?>
,'Are you sure you want to delete? This cannot be undone.');"><img src="<?php 
            echo $base_url;
            ?>
images/bin_closed.png"  border="0" alt="Delete" title="Delete"></a></span>
      </td>
     </tr>
    <?php 
        } while ($row_sbd = mysql_fetch_assoc($sbd));
        ?>
     </tbody>
    </table>
    <?php 
    } else {
        echo "\r\n\t<p>There are no entries found in any custom winner category.</p>\r\n\t<p>Add Winners for Custom Winning Cateory: " . score_custom_winning_choose($special_best_info_db_table, $special_best_data_db_table) . "</p>";
    }
}
if ($action == "add" || $action == "edit") {
    ?>
<form method="post" action="<?php 
    echo $base_url;
    ?>
includes/process.inc.php?action=<?php 
    echo $action;
    ?>
&amp;dbTable=<?php 
    echo $special_best_data_db_table;
    ?>
&id=<?php 
    echo $id;