For others:
I edited the file as mentioned by our wonderful admin.
Captions go in the THEAD section. So after line 68, I added:
Code: |
<?php
if (($_SERVER['REQUEST_URI'] == "/web-club/tournaments") {
echo '<tr><td></td><td></td><td></td><td>|<-----</td><td colspan="2" style="text-align: center;">Averages</td><td style="text-align: right;">----->|</td></tr>';
}
?>
|
This says if the URI is the one particular URL in question (the domain doesn't matter), then include a row with the first 3 cells empty, the 4th column shows the beginning if the Average'd range, then the word Average, and then the last cell showing the end of the Average'd data.
Hope that helps someone else.