object
9 years ago
partial
9 years ago
contact.phtml
9 years ago
extension.phtml
9 years ago
index.phtml
9 years ago
main-panel.phtml
9 years ago
metabox.phtml
9 years ago
security.phtml
9 years ago
utility.phtml
9 years ago
contact.phtml
21 lines
| 1 | <?php if (defined('AAM_KEY')) { ?> |
| 2 | <div class="aam-feature" id="contact-content"> |
| 3 | <div class="row"> |
| 4 | <div class="col-xs-12"> |
| 5 | <p class="aam-info"> |
| 6 | <?php echo __('Feel free to contact us if you have any questions or concerns but follow few simple rules:'); ?> |
| 7 | </p> |
| 8 | <ol class="text-larger"> |
| 9 | <li>Keep your message short. As longer message as longer it will take for us to response;</li> |
| 10 | <li>Use English, Polish, Russian or Ukrainian language. Otherwise we may ignore your message;</li> |
| 11 | <li>You can hire us to do some custom functionality for your needs but please be clear with your requirements;</li> |
| 12 | <li>In case of issues with the plugin, if possible, include screenshots or videos that show the problem;</li> |
| 13 | <li>Be patient. It might take up to 3 business days for us to response.</li> |
| 14 | </ol> |
| 15 | <h3 class="aam-info text-center"> |
| 16 | e-mail: <a href="mailto:support@aamplugin.com" class="aam-highlight">support@aamplugin.com</a> |
| 17 | </h3> |
| 18 | </div> |
| 19 | </div> |
| 20 | </div> |
| 21 | <?php } |