if ($noJS && is_array($jsData)):
foreach($jsData as $letter => $speakers):
?>
endforeach;
endif;
?>
if ($noJS && is_array($jsData)):
foreach($jsData as $letter => $topics):
?>
// sort speakers by sortable
usort($topics, function ($a, $b) {
$aSort = strtolower($a->topic_name);
$bSort = strtolower($b->topic_name);
if ($aSort < $bSort) return -1;
else if ($aSort > $bSort) return 1;
else return 0;
});
foreach($topics as $topic):
?>
endforeach;
?>
endforeach;
endif;
?>
Privacy Overview
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Strictly Necessary Cookies
Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.
Statistics
Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
Please enable Strictly Necessary Cookies first so that we can save your preferences!
Marketing Cookies
Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
Please enable Strictly Necessary Cookies first so that we can save your preferences!