fixes : ps
This commit is contained in:
parent
bf63a22a77
commit
b3cce0f95f
@ -199,7 +199,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
|||||||
<?php if(isset($section1['landmark']) && $section1['landmark'] !=''){ ?>
|
<?php if(isset($section1['landmark']) && $section1['landmark'] !=''){ ?>
|
||||||
<tr style="background-color: white !important;">
|
<tr style="background-color: white !important;">
|
||||||
<td colspan="1">Landmark</td>
|
<td colspan="1">Landmark</td>
|
||||||
<td class = "tdcenteralign" colspan="9"><?php echo $section1['landmark']; ?></td>
|
<td colspan="6"><?php echo $section1['landmark']; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@ -178,7 +178,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
|||||||
<?php if(isset($section1['landmark']) && $section1['landmark'] !=''){ ?>
|
<?php if(isset($section1['landmark']) && $section1['landmark'] !=''){ ?>
|
||||||
<tr style="background-color: white !important;">
|
<tr style="background-color: white !important;">
|
||||||
<td colspan="1">Landmark</td>
|
<td colspan="1">Landmark</td>
|
||||||
<td class = "tdcenteralign" colspan="9"><?php echo $section1['landmark']; ?></td>
|
<td colspan="6"><?php echo $section1['landmark']; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user