s2
This commit is contained in:
@@ -114,7 +114,7 @@ try {
|
||||
<select name="type" id="type" style="padding: 10px;">
|
||||
<?php
|
||||
// echo $row['type'];
|
||||
$typeOptions = ['notice', 'tender', 'page', 'documents', 'events'];
|
||||
$typeOptions = ['notice', 'tender', 'page', 'documents', 'events', 'faculty'];
|
||||
foreach($typeOptions as $type){
|
||||
$selected = ($row['type'] === $type) ? 'selected' : '';
|
||||
echo '<option value="'.$type.'" '.$selected.'>'.ucfirst($type).'</option>';
|
||||
|
||||
Reference in New Issue
Block a user