diff --git a/application/views/mostworked/index.php b/application/views/mostworked/index.php index 63bed396..757c553b 100644 --- a/application/views/mostworked/index.php +++ b/application/views/mostworked/index.php @@ -76,13 +76,13 @@
| Rank | -Callsign | -Contacts | -First QSO | -Last QSO | +Rank | +Callsign | +Contacts | +First QSO | +Last QSO |
|---|---|---|---|---|---|---|---|---|---|
| - | - callsign)); ?> + | + | -- contact_count; ?> + | + callsign)); ?> | -- first_qso); - echo date($custom_date_format, $timestamp); - ?> + | + contact_count; ?> | -- last_qso); - echo date($custom_date_format, $timestamp); - ?> + | + + first_qso); + echo date($custom_date_format, $timestamp); + ?> + + | ++ + last_qso); + echo date($custom_date_format, $timestamp); + ?> + |