From 4c6eb9fe0659b7b4dc1a0fcac005a07e4b9b3d2e Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 24 Aug 2025 11:01:13 +0100 Subject: [PATCH] Update index.php --- application/views/mostworked/index.php | 48 +++++++++++++++----------- 1 file changed, 27 insertions(+), 21 deletions(-) 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 @@
- + - - - - - + + + + + @@ -99,24 +99,30 @@ foreach ($mostworked_callsigns as $row) { ?> - - - - - +
RankCallsignContactsFirst QSOLast QSORankCallsignContactsFirst QSOLast 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); + ?> +