header-icon.php
5 years ago
header.php
5 years ago
section.php
5 years ago
setting-date.php
5 years ago
setting-label-icons.php
5 years ago
setting-label.php
5 years ago
setting-message.php
5 years ago
setting-pro.php
5 years ago
setting-width.php
5 years ago
setting-width.php
18 lines
| 1 | <?php |
| 2 | |
| 3 | if ( ! defined( 'ABSPATH' ) ) { |
| 4 | exit; |
| 5 | } |
| 6 | |
| 7 | ?> |
| 8 | <div class="ac-setting-input ac-setting-input-width"> |
| 9 | <div class="description"> |
| 10 | <?php echo $this->width; ?> |
| 11 | <span class="unit"><?php echo esc_html( $this->unit->get_value() ); ?></span> |
| 12 | </div> |
| 13 | <div class="width-slider"></div> |
| 14 | |
| 15 | <div class="unit-select"> |
| 16 | <?php echo $this->unit; ?> |
| 17 | </div> |
| 18 | </div> |