Removed Additional card markup on campaign as its not needed if we dont have a header

This commit is contained in:
johnnyq 2022-01-23 13:27:36 -05:00
parent 9e3bf8c751
commit 9ce09cbec8
1 changed files with 3 additions and 5 deletions

View File

@ -36,13 +36,11 @@ if(isset($_GET['campaign_id'])){
<li class="breadcrumb-item active"><?php echo $campaign_name; ?></li>
</ol>
<div class="card">
<div class="card-body">
<h1><?php echo $campaign_name; ?></h1>
</div>
<div class="card card-body">
<h6 class="text-secondary">CAMPAIGN</h6>
<h1><?php echo $campaign_name; ?></h1>
</div>
<?php
//Paging
if(isset($_GET['p'])){