view pages/schedule.inc.php @ 1020:2a259e243350

Don't use a HTML table for the votekeys.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Nov 2015 19:22:11 +0200
parents ffacd904fd1f
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");
}
?>