changeset 612:1abcb1295d5d

Update one page.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 01 Nov 2014 01:25:11 +0200
parents 79a222ac404b
children 6fc379f4033d
files pages/about.inc.php
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pages/about.inc.php	Sat Nov 01 00:48:13 2014 +0200
+++ b/pages/about.inc.php	Sat Nov 01 01:25:11 2014 +0200
@@ -4,7 +4,9 @@
 // About page
 // (C) Copyright 2012-2014 Tecnic Software productions (TNSP)
 //
-echo stGetSetting("aboutDescription");
+echo
+  stGetSetting("aboutDescription").
+  stGetSetting("siteInfoText");
 
 if (stGetSetting("showNewsOnAbout") &&
   ($res = stExecSQL("SELECT * FROM news ORDER BY utime DESC LIMIT 2")) !== FALSE)