view pages/schedule.inc.php @ 1001:ffacd904fd1f

Update copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Jan 2015 10:31:00 +0200
parents 135efe0c3b49
children 74b98743697b
line wrap: on
line source

<?
//
// FAPWeb - Simple Web-based Demoparty Management System
// Event schedule / description
// (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
//
if (stChkSetting("showSchedule"))
{
  echo stGetSetting("eventDescription");
}
?>