diff --git a/2020/template/header.php b/2020/template/header.php index 8936745..8c14238 100644 --- a/2020/template/header.php +++ b/2020/template/header.php @@ -1,64 +1,64 @@ . /** * Available arguments: * * $title: page title */ ?> <?= esc_html( sprintf( __( "%s - %s" ), $title ?? $conference->getConferenceTitle(), isset( $title ) ? $conference->getConferenceTitle() : $conference->getConferenceSubtitle() ) ) ?> diff --git a/2020/www/index.php b/2020/www/index.php index db5c51f..a73f304 100644 --- a/2020/www/index.php +++ b/2020/www/index.php @@ -1,136 +1,136 @@ . // 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

+

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, ] );