From 56bff8bbb0f5d0edd9851f06ec91bacd0365e87e Mon Sep 17 00:00:00 2001 From: AndreaChirulescu Date: Wed, 3 Feb 2021 20:04:47 +0100 Subject: Added photographers code file and for existing ones, I added classes to tables for future formatting --- includes/public/shortcodes/giglog_bands.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'includes/public/shortcodes/giglog_bands.php') diff --git a/includes/public/shortcodes/giglog_bands.php b/includes/public/shortcodes/giglog_bands.php index 226af14..055ebf8 100644 --- a/includes/public/shortcodes/giglog_bands.php +++ b/includes/public/shortcodes/giglog_bands.php @@ -58,9 +58,9 @@ function giglogadmin_getconcerts() { global $wpdb; // Shortcodes RETURN content, so store in a variable to return - $content = ''; + $content = '
'; // $content .= ''; - $content .= ''; + $content .= ''; // Use the submitted "city" if any. Otherwise, use the default/static value. $cty = filter_input(INPUT_POST, 'selectcity'); $cty = $cty ? $cty : 'ALL'; @@ -84,10 +84,10 @@ and wpgconcert_date >= CURDATE()"; $lastType = ''; foreach ($results AS $row) { - $content .= ''; + $content .= ''; if ($lastType != '' && $lastType != $row->wpgvenue_city) { - $content .= ''; + $content .= ''; } if ($lastType == '') { -- cgit v1.2.3
CITYIDBANDVENUEDATETICKETSEVENT
CITYBANDVENUEDATETICKETSEVENT
CITYBANDVENUEDATETICKETSEVENT
' . $row->wpgvenue_city . '
' . $row->wpgvenue_city . '