PluginProbe
Catch Web Tools / 3.1
Catch Web Tools v3.1
trunk 0.1 0.2 0.3 0.4 1.0 1.1 1.2 1.3 1.4 1.4.1 1.5 1.5.1 1.5.2 1.6 1.7 1.8 1.8.1 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 All 58 releases
catch-web-tools / admin / modules / sidebar.php

sidebar.php in Catch Web Tools 3.1, at admin/modules/sidebar.php

52 lines 3.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // Exit if accessed directly
4 if (! defined('ABSPATH')) exit;
5
6 ?>
7
8 <div class="catchp-widget-sidebar" id="sidebar-container">
9 <div id="sidebar">
10 <div class="catch-sidebar-title highlighted"><?php esc_html_e('Recommendations', 'catch-web-tools'); ?></div>
11
12 <div class="catchp-sidebar-spot-wrapper">
13 <div class="catchp-sidebar-spot">
14 <div class="sidebar-spot-inner">
15 <h3><?php esc_html_e('Premium Themes', 'catch-web-tools'); ?></h3>
16 <p><?php esc_html_e('Check out our simple, clean and responsive Premium WordPress Themes that come with an array of crucial features with a superior functionality.', 'catch-web-tools'); ?> <a target="_blank" href="https://catchthemes.com/themes/category/premium/"><?php esc_html_e('Check our premium themes.', 'catch-web-tools'); ?></a></p>
17 <a class="catch-banner-link" target="_blank" href="https://catchthemes.com/themes/category/premium/"><img class="catch-banner-image" src="<?php echo esc_url(plugins_url('images/premium-theme-246x175.jpg', dirname(__FILE__))); ?>" alt="catch" width="246" height="175"></a>
18 </div>
19 </div>
20
21 <div class="catchp-sidebar-spot">
22 <div class="sidebar-spot-inner">
23 <h3><?php esc_html_e('Free Themes', 'catch-web-tools'); ?></h3>
24 <p><?php esc_html_e('Check out our collection of Free WordPress Themes that are clean, simple and feature-rich.', 'catch-web-tools'); ?> <a target="_blank" href="https://catchthemes.com/themes/category/free/"><?php esc_html_e('Check our free themes.', 'catch-web-tools'); ?></a></p>
25
26 <a class="catch-banner-link" target="_blank" href="https://catchthemes.com/themes/category/free/"><img class="catch-banner-image" src="<?php echo esc_url(plugins_url('images/free-theme-246x175.jpg', dirname(__FILE__))); ?>" alt="catch" width="246" height="175"></a>
27 </div>
28 </div>
29
30 <div class="catchp-sidebar-spot">
31 <div class="sidebar-spot-inner">
32 <h3><?php esc_html_e('Premium Plugins', 'catch-web-tools'); ?></h3>
33 <p><?php esc_html_e('Check out our secured Premium WordPress Plugins to enhance and add extra functionalities to your website. An exceptional way to get the most out of WordPress!', 'catch-web-tools'); ?> <a target="_blank" href="https://catchplugins.com/plugins/tag/pro/"><?php esc_html_e('Check our premium plugins.', 'catch-web-tools'); ?></a></p>
34 <a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/pro/">
35 <img class="catch-banner-image" src="<?php echo esc_url(plugins_url('images/premium-plugin-246x116.png', dirname(__FILE__))); ?>" alt="catch" width="246" height="116"></a>
36 </div>
37 </div>
38
39 <div class="catchp-sidebar-spot">
40 <div class="sidebar-spot-inner">
41 <h3><?php esc_html_e('Free Plugins', 'catch-web-tools'); ?></h3>
42 <p><?php esc_html_e('Check out our Free WordPress Plugins and get the taste of our service without affecting your wallet.', 'catch-web-tools'); ?> <a target="_blank" href="https://catchplugins.com/plugins/tag/free/
43 "><?php esc_html_e('check our free plugins.', 'catch-web-tools'); ?></a></p>
44 <a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/free/
45 ">
46 <img class="catch-banner-image" src="<?php echo esc_url(plugins_url('images/free-plugin-246x116.png', dirname(__FILE__))); ?>" alt="catch" width="246" height="116"></a>
47 </div>
48 </div>
49 </div><!-- .catchp-sidebar-spot-wrapper -->
50
51 </div>
52 </div>