PATH:
home
/
letacommog
/
camarsac
/
wp-content
/
plugins
/
elementskit-lite
/
modules
/
library
/
views
/
editor
<?php /** * Keywords template */ ?> <# if ( ! _.isEmpty( keywords ) ) { #> <select class="elementskit-library-keywords"> <option value=""><?php esc_html_e( 'Any Topic', 'elementskit-lite' ); ?></option> <# _.each( keywords, function( title, slug ) { #> <option value="{{ slug }}">{{ title }}</option> <# } ); #> </select> <# } #>
[+]
..
[-] template-library-tabs.php
[edit]
[-] template-library-insert-button.php
[edit]
[-] template-library-live-button.php
[edit]
[-] template-library-filters-item.php
[edit]
[-] template-library-pro-button.php
[edit]
[-] template-library-loading.php
[edit]
[-] template-library-content.php
[edit]
[-] template-library-error.php
[edit]
[-] template-library-item.php
[edit]
[-] template-library-templates.php
[edit]
[-] template-library-filters.php
[edit]
[-] template-library-keywords.php
[edit]
[-] template-library-header-back.php
[edit]
[-] template-library-header.php
[edit]
[-] template-library-tabs-item.php
[edit]
[-] template-library-preview.php
[edit]