# image-map-hotspots/3.4/header.php

Image Hotspot – Map Image Annotation, version 3.4. 31 lines.

- Page: https://pluginprobe.com/plugins/image-map-hotspots/3.4/code/header.php
- Raw: https://pluginprobe.com/plugins/image-map-hotspots/3.4/raw/header.php
- Modified: 2025-11-15T05:44:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/image-map-hotspots/3.4/code/header.php#L10-L20`.

```php
<div class="imh-6310-header">
<ul class="imh-6310-nav">
    <li>
      <a href="<?php echo admin_url("admin.php?page=imh-6310-image-map-hotspot"); ?>" class="<?php if(isset($_GET['page']) && $_GET['page'] == 'imh-6310-image-map-hotspot') echo "imh-6310-menu-active" ?>">All Image Map Hotspot</a>
    </li>
    <li>
      <a href="<?php echo admin_url("admin.php?page=imh-6310-image-map-hotspot-license"); ?>" class="<?php if(isset($_GET['page']) && $_GET['page'] == 'imh-6310-image-map-hotspot-license') echo "imh-6310-menu-active" ?>">License</a>
    </li>
    <li>
      <a href="<?php echo admin_url("admin.php?page=imh-6310-image-map-hotspot-use"); ?>" class="<?php if(isset($_GET['page']) && $_GET['page'] == 'imh-6310-image-map-hotspot-use') echo "imh-6310-menu-active" ?>">Help</a>
    </li>
    <li>
      <a href="<?php echo admin_url("admin.php?page=imh-6310-image-map-hotspot-import-export"); ?>" class="<?php if(isset($_GET['page']) && $_GET['page'] == 'imh-6310-image-map-hotspot-import-export') echo "imh-6310-menu-active" ?>">Export / Import Plugin</a>
    </li>
    <li>
      <a href="<?php echo admin_url("admin.php?page=imh-6310-wpmart-plugins"); ?>" class="<?php if(isset($_GET['page']) && $_GET['page'] == 'imh-6310-wpmart-plugins') echo "imh-6310-menu-active" ?> imh-6310-plugin-menu">WpMart Plugins</a>
    </li>
    <li>
      <a href="https://wpmart.org/downloads/image-hotspot/" target="_blank" class="imh-6310-pro">Upgrade To Pro<i class="fas fa-star"></i></a>
    </li>
  </ul>
  <h3>
    <span class="dashicons dashicons-flag"></span>
    Notifications
  </h3>
  <p>Thank you for using the "Image hotspot - Map image annotation" free version. I Just wanted to see if you have any questions or concerns about my plugins. If you do, Please do not hesitate to <a href="https://wordpress.org/support/plugin/image-map-hotspots/" target="_blank">file a bug report</a></p>
  <p>By the way, please check the <a href="http://www.wpmart.org/downloads/image-hotspot/" target="_blank">Premium Version</a></p>
  <p>Thank you Again!</p>
  <p></p>
</div>
<?php imh_6310_image_map_install(); ?>
```
