template-library-badge.php
1 year ago
template-library-button.php
1 year ago
template-library-header.php
1 year ago
template-library-loader.php
1 year ago
template-library-preview.php
1 year ago
template-library-search.php
1 year ago
template-library-toolbar.php
1 year ago
templates.php
1 year ago
templates.php
16 lines
| 1 | <?php |
| 2 | /** |
| 3 | * @package Spider Elements |
| 4 | * @author spider-themes |
| 5 | * @developer Arif Rahman |
| 6 | * |
| 7 | */ |
| 8 | |
| 9 | if ( ! defined( 'ABSPATH' ) ) {exit;} |
| 10 | include (__DIR__ . '/template-library-header.php'); |
| 11 | include (__DIR__ . '/template-library-preview.php'); |
| 12 | include (__DIR__ . '/template-library-button.php'); |
| 13 | include (__DIR__ . '/template-library-loader.php'); |
| 14 | include (__DIR__ . '/template-library-toolbar.php'); |
| 15 | include (__DIR__ . '/template-library-badge.php'); |
| 16 | include (__DIR__ . '/template-library-search.php'); |