diff --git a/2020/www/index.php b/2020/www/index.php index a73f304..0ddfbac 100644 --- a/2020/www/index.php +++ b/2020/www/index.php @@ -1,136 +1,137 @@ . // load all the stuff require 'load.php'; // load this conference $conference = ( new QueryConference() ) ->whereConferenceUID( THIS_CONFERENCE_UID ) ->queryRow(); // no conference no party if( !$conference ) { error_die( sprintf( "missing conference %s", THIS_CONFERENCE_UID ) ); } // print the website header template_2020( 'header', [ 'conference' => $conference, ] ); ?>
itWikiCon 2020 community whishlist

' . esc_html( $conference->getConferenceTitle() ) . '', esc_html( $conference->getConferenceSubtitle() ) ) ?>

-

+ +

access_time

itWikiCon community survey post-it

free_breakfast

software libero e le libertà digitali? Scopri le sessioni parallele sul sito del Linux Day 2020!" ) ) ?>

$conference, ] );