This commit is contained in:
feder
2016-05-06 23:02:56 +03:00
commit dcc4e57846
7 changed files with 390 additions and 0 deletions

17
page.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
/**
* Main page of PHPCSV Guestbook version 0.9
* See settings.php for configuration.
* For changing appearance you can edit this file like simple html. For example: add css tags.
*/
?><html>
<head>
<title><?php echo $Titles[HeadTitle];?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<?php AddEntryView();?>
<hr>
<?php EntriesView();?>
</body>
</html>