comparison pages/about.inc.php @ 1001:ffacd904fd1f

Update copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Jan 2015 10:31:00 +0200
parents fe1ca8a26e78
children 7e497188e4c6
comparison
equal deleted inserted replaced
1000:6bdc34d99c46 1001:ffacd904fd1f
1 <? 1 <?
2 // 2 //
3 // FAPWeb - Simple Web-based Demoparty Management System 3 // FAPWeb - Simple Web-based Demoparty Management System
4 // About page 4 // About page
5 // (C) Copyright 2012-2014 Tecnic Software productions (TNSP) 5 // (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
6 // 6 //
7 echo stGetSetting("aboutDescription"); 7 echo stGetSetting("aboutDescription");
8 8
9 if (stGetSetting("showInfoTextOnAbout")) 9 if (stGetSetting("showInfoTextOnAbout"))
10 echo stGetSetting("siteInfoText"); 10 echo stGetSetting("siteInfoText");