test
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
646 B

{if !empty($_W['setting']['copyright']['statcode'])}{$_W['setting']['copyright']['statcode']}{/if}
{if !empty($_GPC['m']) && !in_array($_GPC['m'], array('keyword', 'special', 'welcome', 'default', 'userapi')) || defined('IN_MODULE')}
<script>
if(typeof $.fn.tooltip != 'function' || typeof $.fn.tab != 'function' || typeof $.fn.modal != 'function' || typeof $.fn.dropdown != 'function') {
require(['bootstrap']);
}
$('[data-toggle="tooltip"]').tooltip()
</script>
{/if}
{if !defined('IN_MODULE')}
<script>
$(document).ready(function() {
if($('select').niceSelect) {
$('select').niceSelect();
}
});
</script>
{/if}