t
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user