Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <td style="text-align: center;">
  2. <?php if($member['status'] == 1){ ?>
  3. <img src="<?php echo $this->config->base_url; ?>assets/<?php echo $this->config->config_entry('main|template');?>/images/online.png" title="Online" />
  4. <?php } else { ?>
  5. <img src="<?php echo $this->config->base_url; ?>assets/<?php echo $this->config->config_entry('main|template');?>/images/offline.png" title="Offline" />
  6. <?php } ?>
  7. </td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement