require 'header.php';
?>
<div>
  <ul class="breadcrumb">
    <li>
      <a href="#">Home</a>
    </li>
    <li>
      <a href="#">Dashboard</a>
    </li>
  </ul>
</div>

<?php 
require 'easy-adsense-options.php';
EzGA::putDefaults($ezOptions);
insertAlerts();
?>
<div class="col-md-12">
  <?php 
openRow();
openCell("Settings for your Easy AdSense Plugin", 'cog', 7);
?>
  <p>This plugin, working in Easy AdSense mode, will let you place up to three ad blocks in your pages and posts, with independent ad code that you <a href="https://support.google.com/adsense/answer/181960" target='_blank' class='popup'>generate</a> from your AdSense homepage. In addtion, you can have as many widgets, <a href='https://support.google.com/adsense/answer/15817' target='_blank' class='popup'>link units</a> or <a href='https://support.google.com/adsense/answer/160530' target='_blank' class='popup'>search boxes</a>, all generating revenue for you.</p>
  <p>This plugin remembers your settings for each WordPress theme that you use. Currently, you are editing the settings for the theme <strong><code><?php 
echo $options['theme'];
?>
</code></strong>.</p>
  <p>More help is available. Click the button below to show or hide it.</p>
  <a href='#' id="showAdvanced" class="btn-sm btn-primary">Show More Help</a>
  <a href='#' id="hideHelp" class="btn-sm btn-warning">Hide Top Panels</a>