interactive-image-map-builder
Last commit date
assets
1 year ago
settings
1 year ago
functions.php
1 year ago
header.php
2 years ago
home.php
2 years ago
index.php
1 year ago
license.php
2 years ago
output-common-css.css
1 year ago
output-css.php
2 years ago
readme.txt
1 year 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(); ?> |