view pages/schedule.inc.php @ 1098:c731092a83b7

Add msgNewsHeader back to configurables.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Jan 2017 10:34:48 +0200
parents bbc0a3d0b51e
children
line wrap: on
line source

<?php
//
// FAPWeb - Simple Web-based Demoparty Management System
// Event schedule / description
// (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
//
if (stChkSetting("showSchedule"))
{
  echo stGetSetting("msgEventDescription");
}
else
{
  echo
    "<h1>Sorry, schedule not available</h1>\n".
    "<p>Check back soon.</p>\n";
}
?>