comparison pages/visitors.inc.php @ 1096:bbc0a3d0b51e

Major renaming / refactor of site messages. Some that were previously modifiable from admin interface are now "hardcoded" in the configuration file. Having these settings made modifiable from there made no sense and just took space in the UI.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Jan 2017 22:15:06 +0200
parents 7e497188e4c6
children
comparison
equal deleted inserted replaced
1095:faa835271dfd 1096:bbc0a3d0b51e
3 // FAPWeb - Simple Web-based Demoparty Management System 3 // FAPWeb - Simple Web-based Demoparty Management System
4 // Attendee list page 4 // Attendee list page
5 // (C) Copyright 2012-2015 Tecnic Software productions (TNSP) 5 // (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
6 // 6 //
7 if (stCheckRegistrationAvailable()) 7 if (stCheckRegistrationAvailable())
8 echo stGetSetting("visitorsPageRegLink"); 8 echo stGetSetting("msgVisitorsPageRegLink");
9 9
10 echo 10 echo
11 "\n". 11 "\n".
12 "<div class=\"visitorInfo\">Total of <b>".$numAttendees. 12 "<div class=\"visitorInfo\">Total of <b>".$numAttendees.
13 "</b> people registered to attend"; 13 "</b> people registered to attend";