<?php echo $header; ?>
<div id="content">
  <div class="breadcrumb">
    <?php foreach ($breadcrumbs as $breadcrumb) { ?>
    <?php echo $breadcrumb['separator']; ?><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a>
    <?php } ?>
  </div>
  <div class="box">
    <div class="heading">
      <h1><img src="view/image/module.png" alt="" /> <?php echo $heading_title; ?></h1>
      <div class="buttons"><a onclick="location = '<?php echo $back; ?>';" class="button"><span><?php echo $button_back; ?></span></a></div>
    </div>
    <div class="content">
      <table class="form">
		<tr>
		  <td><?php echo $entry_option_image; ?> (<?php echo $oi ? $text_enabled : $text_disabled; ?>)</td>
		  <td><a href="<?php echo $oi_action; ?>"><?php echo $oi ? $text_uninstall : $text_install; ?></a></td>
    	</tr>
	    <tr>
		  <td><?php echo $entry_option_image_plus; ?> (<?php echo $oip ? $text_enabled : $text_disabled; ?>)</td>
		  <td><a href="<?php echo $oip_action; ?>"><?php echo $oip ? $text_uninstall : $text_install; ?></a></td>
		</tr>
	  </table>
    </div>
  </div>
  <div style="text-align:center; color:#222222;">Option Image v4.1 by <a target="_blank" href="http://www.marketinsg.com/">MarketInSG</a><br>Buy a coffee to <a href="http://www.marketinsg.com/donate" target="_blank">MarketInSG</a></div>
</div>
<?php echo $footer; ?>