add calendar search

This commit is contained in:
2022-11-15 10:45:49 +03:00
parent 73df506096
commit 41c8187b41
3 changed files with 8 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<?if (defined('TESTMODE') and TESTMODE == 1):?>
<link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/style-test.css?ver=3">
<?else:?>
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=325">
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=326">
<?endif?>
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
<!--<link href="<?php echo get_stylesheet_directory_uri()?>/pub/fontawesome.css" rel="stylesheet">-->