Skip to content

Instantly share code, notes, and snippets.

<?php
if(!defined('INITIALIZED'))
exit;
$main_content .= '<div style="text-align: center; font-weight: bold;">Top 30 fraggers on ' . htmlspecialchars($config['server']['serverName']) . '</div>
<table border="0" cellspacing="1" cellpadding="4" width="100%">
<tr bgcolor="' . $config['site']['vdarkborder'] . '">
<td class="white" style="text-align: center; font-weight: bold;">Name</td>
<td class="white" style="text-align: center; font-weight: bold;">Frags</td>
</tr>';
@Aerwix
Aerwix / index.html
Last active July 10, 2019 05:26
Wikia
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<div class="container">
<table class="table">
<thead>
<tr>
<th scope="col">Class Name</th>
<th scope="col">Male</th>
<th scope="col">Female</th>
<th scope="col">Weapons</th>