PluginProbe ʕ •ᴥ•ʔ
Interactive Image Map Builder / 3.0
Interactive Image Map Builder v3.0
3.2 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 3.1
interactive-image-map-builder / header.php
interactive-image-map-builder Last commit date
assets 10 months ago settings 10 months ago functions.php 10 months ago header.php 2 years ago home.php 1 year ago index.php 10 months ago license.php 2 years ago output-common-css.css 10 months ago output-css.php 2 years ago readme.txt 10 months ago shortcode.php 1 year ago template-menu.php 2 years ago
header.php
30 lines
1 <div class="isimb-6310-header">
2 <ul class="isimb-6310-nav">
3 <li>
4 <a href="<?php echo admin_url("admin.php?page=isimb-6310-image-map-builder"); ?>" class="<?php if(isset($_GET['page']) && $_GET['page'] == 'isimb-6310-image-map-builder') echo "isimb-6310-menu-active" ?>">Image Map Builder</a>
5 </li>
6 <li>
7 <a href="<?php echo admin_url("admin.php?page=isimb-6310-image-map-builder-license"); ?>" class="<?php if(isset($_GET['page']) && $_GET['page'] == 'isimb-6310-image-map-builder-license') echo "isimb-6310-menu-active" ?>">License</a>
8 </li>
9 <li>
10 <a href="https://wpmart.org/downloads/interactive-svg-image-map-builder/" target="_blank" class="isimb-6310-pro">Upgrade To Pro<i class="fas fa-star"></i></a>
11 </li>
12 <li>
13 <a href="<?php echo admin_url("admin.php?page=isimb-6310-image-map-builder-use"); ?>" class="<?php if(isset($_GET['page']) && $_GET['page'] == 'isimb-6310-image-map-builder-use') echo "isimb-6310-menu-active" ?>">Help</a>
14 </li>
15 <li>
16 <a href="<?php echo admin_url("admin.php?page=isimb-6310-wpmart-plugins"); ?>" class="<?php if(isset($_GET['page']) && $_GET['page'] == 'isimb-6310-wpmart-plugins') echo "isimb-6310-menu-active" ?> isimb-6310-plugin-menu">WpMart Plugins</a>
17 </li>
18
19 </ul>
20 <h3>
21 <span class="dashicons dashicons-flag"></span>
22 Notifications
23 </h3>
24 <p>Thank you for using "Interactive SVG Image Map Builder" 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/plugins/interactive-image-map-builder/" target="_blank">file a bug report</a></p>
25 <p>By the way, did you know we also have a <a href="https://wpmart.org/downloads/interactive-svg-image-map-builder/" target="_blank">Premium Version</a>? In the pro version, you can add unlimited number of pointer. It also comes with 16/7 personal support.</p>
26 <p>Thank you Again!</p>
27 <p></p>
28 </div>
29
30 <?php isimb_6310_builder_install(); ?>