This commit is contained in:
2024-12-20 05:41:03 +00:00
parent 40750028b3
commit 900e26c7e5
33 changed files with 18289 additions and 271 deletions

View File

@@ -1,14 +1,12 @@
<?php
require('../.hta_header.php');
require('../.hta_config/env.php');
require('../.hta_header.php');
$noticeType = $_GET['type'];
if($noticeType === 'notice'){
$noticeHead = 'General Notice';
} elseif($noticeType === 'tender'){
$noticeHead = 'Tender Notice';
}
?>
<div class="container">
<h2 style="text-align: center; margin: 20px 0px;"><?php echo $noticeHead ?></h2>