diff --git a/2020/load.php b/2020/load.php index 6ae5f79..73f4522 100644 --- a/2020/load.php +++ b/2020/load.php @@ -1,32 +1,35 @@ . /* * This file is called after before your unversioned 'load.php' and * load some default configurations. * * You can override most of them from your 'load.php'. Example: * * define( 'SOMETHING', 'value' ); */ // define latest conference (may be different to the one of the current site) define( 'THIS_CONFERENCE_UID', 'itwikicon-2020' ); // require the upstream generic configuration file shared for all the conferences require __DIR__ . '/../load.php'; + +// require some custom 2020 stuff +require __DIR__ . '/include/functions.php';