Add feature : theme
Add theme aqua Fix bug in centralized printing: need to drop and recreate table and REcentralize Improve printing Add documentation and code cleaning
This commit is contained in:
parent
6bc12929ec
commit
b2a264ae09
61 changed files with 887 additions and 274 deletions
|
|
@ -20,7 +20,7 @@
|
|||
include ("ac_common.php");
|
||||
include ("postgres.php");
|
||||
|
||||
html_page_start();
|
||||
html_page_start("classic");
|
||||
|
||||
session_unset();
|
||||
echo '<META HTTP-EQUIV="REFRESH" content="0;url=index.html">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue