| 1 |
<!-- Footer --> |
| 2 |
<div class="catch-footer"> |
| 3 |
<div class="catch-footer-site-info"> |
| 4 |
<a href="<?php echo esc_url( 'https://catchplugins.com/' ); ?>" target="_blank"><?php esc_html_e( 'Catch Plugins', 'catch-gallery' ); ?></a> |
| 5 |
</div> |
| 6 |
|
| 7 |
<div class="catch-footer-menu"> |
| 8 |
<ul> |
| 9 |
<li><a href="<?php echo esc_url( 'https://catchthemes.com/themes/category/premium/' ); ?>" target="_blank"><?php esc_html_e( 'View Themes', 'catch-gallery' ); ?></a></li> |
| 10 |
<li><a href="<?php echo esc_url( 'https://catchplugins.com/plugins/' ); ?>" target="_blank"><?php esc_html_e( 'View Plugins', 'catch-gallery' ); ?></a></li> |
| 11 |
<li><a href="<?php echo esc_url( 'https://catchplugins.com/support/' ); ?>" target="_blank"><?php esc_html_e( 'Support', 'catch-gallery' ); ?></a></li> |
| 12 |
</ul> |
| 13 |
</div> |
| 14 |
</div> <!-- .catch-footer --> |
| 15 |
|