diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-29 19:23:17 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-29 19:23:17 +0200 |
commit | 2ffe6e8600e3c027268252234706589228c62964 (patch) | |
tree | 629ec894862e1c46f8b73488e95eead2ba6e8cd1 | |
parent | Better org (diff) | |
download | joe-www-2ffe6e8600e3c027268252234706589228c62964.tar.gz joe-www-2ffe6e8600e3c027268252234706589228c62964.tar.bz2 joe-www-2ffe6e8600e3c027268252234706589228c62964.tar.xz joe-www-2ffe6e8600e3c027268252234706589228c62964.tar.zst joe-www-2ffe6e8600e3c027268252234706589228c62964.zip |
Removed postamble
-rw-r--r-- | projects/lowbat.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/projects/lowbat.php b/projects/lowbat.php index 44d98b4..19a5502 100644 --- a/projects/lowbat.php +++ b/projects/lowbat.php @@ -149,10 +149,5 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { </ul> </div> </div> -<div id="postamble" class="status"> - <p class="author">Author: Jozan</p> - <p class="date">Created: 2020-06-29 Mon 17:27</p> - <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> -</div> - <?php jo_footer(); ?> +<?php jo_footer(); ?> |