PluginProbe
Lasso Lite – Affiliate Link Manager & Product Displays / 114
Lasso Lite – Affiliate Link Manager & Product Displays v114
158 157 155 156 154 153 152 151 150 149 148 trunk 0.9.9 104 105 106 107 108 109 110 111 112 113 114 115 All 57 releases
simple-urls / admin / views / tables / index.php

index.php in Lasso Lite – Affiliate Link Manager & Product Displays 114, at admin/views/tables/index.php

43 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Tables
4 *
5 * @package Tables
6 */
7
8 use LassoLite\Classes\Config;
9 ?>
10 <?php Config::get_header(); ?>
11
12 <!-- OPPORTUNITIES -->
13 <input id="total-posts" class="d-none" value="0" />
14 <section class="px-3 py-5">
15 <div class="lite-container text-center">
16
17 <!-- TITLE BAR -->
18 <div class="align-items-center">
19
20 <!-- TITLE -->
21 <div class="mb-4">
22 <h1 class="m-0 mr-2 align-middle">Tables</h1>
23 </div>
24 </div>
25 <div class="align-items-center">
26
27 <p class="large">Our tables perform exceptionally well in top-of-funnel content AND the alternatives section of reviews.</p>
28
29 <p class="large">Tables are available with Lasso Pro. <a href="https://getlasso.co/upgrade/" target="_blank">Click here to upgrade</a>.</p>
30
31 <div class="text-center">
32 <a href="https://getlasso.co/features/displays/#comparison-tables" target="_blank">
33 <img src="<?php echo SIMPLE_URLS_URL; ?>/admin/assets/images/tables-thumbnail.png" style="max-width: 800px;">
34 </a>
35 </div>
36 </div>
37
38 </div>
39 </section>
40
41
42 <?php Config::get_footer(); ?>
43