PluginProbe
Image Hotspot – Map Image Annotation / 3.1
Image Hotspot – Map Image Annotation v3.1
3.8 3.7 3.6 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 All 30 releases
image-map-hotspots / header.php

header.php in Image Hotspot – Map Image Annotation 3.1, at header.php

31 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="imh-6310-header">
2 <ul class="imh-6310-nav">
3 <li>
4 <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>
5 </li>
6 <li>
7 <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>
8 </li>
9 <li>
10 <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>
11 </li>
12 <li>
13 <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>
14 </li>
15 <li>
16 <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>
17 </li>
18 <li>
19 <a href="https://wpmart.org/downloads/image-hotspot/" target="_blank" class="imh-6310-pro">Upgrade To Pro<i class="fas fa-star"></i></a>
20 </li>
21 </ul>
22 <h3>
23 <span class="dashicons dashicons-flag"></span>
24 Notifications
25 </h3>
26 <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>
27 <p>By the way, please check the <a href="http://www.wpmart.org/downloads/image-hotspot/" target="_blank">Premium Version</a></p>
28 <p>Thank you Again!</p>
29 <p></p>
30 </div>
31 <?php imh_6310_image_map_install(); ?>