Skip to content

Commit

Permalink
Admin-Section5
Browse files Browse the repository at this point in the history
  • Loading branch information
mtm-zakir committed Nov 28, 2023
1 parent f04b6dd commit 9a2cd0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/backend/admin/section.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
?>
<li class="<?php if ($row['class_id'] == $class_id) echo 'active'; ?>">
<a href="<?php echo base_url(); ?>index.php?admin/section/<?php echo $row['class_id']; ?>">
<i class="entypo-dot"></i>
<?php echo ('Class'); ?> <?php echo $row['name']; ?>
<i class="fa fa-folder"></i>
<?php echo $row['name']; ?>
</a>
</li>
<?php endforeach; ?>
Expand Down

0 comments on commit 9a2cd0c

Please sign in to comment.