changeset 34:8ecf7c04a837

Update to match with common web code API.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 22 Dec 2012 21:32:28 +0200
parents 5bf22431176c
children c969f9e8264a
files index.php
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Tue Dec 11 11:46:47 2012 +0200
+++ b/index.php	Sat Dec 22 21:32:28 2012 +0200
@@ -18,13 +18,13 @@
   stSetupCacheControl();
 
 // Start output
-printPageHeader($pageTitle,
+cmPrintPageHeader($pageTitle,
   " <meta http-equiv=\"Pragma\" content=\"no-cache\" />");
 
 // Initiate SQL database connection
 if (!stConnectSQLDB())
 {
-  printPageFooter();
+  cmPrintPageFooter();
   exit;
 }
 
@@ -67,5 +67,5 @@
 </div>
 </div>
 <?
-printPageFooter();
+cmPrintPageFooter();
 ?>
\ No newline at end of file