| 1 |
<!-- This file should primarily consist of HTML with a little bit of PHP. --> |
| 2 |
<div class="wrap"> |
| 3 |
<div class="ays-poll-heading-box"> |
| 4 |
<div class="ays-poll-wordpress-user-manual-box"> |
| 5 |
<a href="https://ays-pro.com/wordpress-poll-maker-user-manual" target="_blank" style="text-decoration: none;font-size: 13px;"> |
| 6 |
<i class="ays_poll_fas ays_fa_file_text"></i> |
| 7 |
<span style="margin-left: 3px;text-decoration: underline;"><?php echo esc_html__("View Documentation", "poll-maker"); ?></span> |
| 8 |
</a> |
| 9 |
</div> |
| 10 |
</div> |
| 11 |
<h1 id="ays-poll-intro-title"><?php echo esc_html__('Please feel free to use our other awesome plugins!', 'poll-maker'); ?></h1> |
| 12 |
<?php $this->poll_output_about_addons(); ?> |
| 13 |
<div class="ays-poll-see-all"> |
| 14 |
<a href="https://ays-pro.com/wordpress" target="_blank" class="ays-poll-all-btn"><?php echo esc_html__('See All Plugins', "poll-maker"); ?></a> |
| 15 |
</div> |
| 16 |
</div> |