芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/rentandbuyrealty.com/website/platform/themes/gerow/config.php
null, 'events' => [ 'beforeRenderTheme' => function (Theme $theme) { $version = get_cms_version(); if (BaseHelper::isRtlEnabled()) { $theme->asset()->usePath()->add('bootstrap-css', 'plugins/bootstrap/bootstrap.rtl.min.css'); } else { $theme->asset()->usePath()->add('bootstrap-css', 'plugins/bootstrap/bootstrap.min.css'); } $theme->asset()->usePath()->add('default-css', 'css/default.css'); $theme->asset()->usePath()->add('magnific-popup-css', 'plugins/magnific-popup/magnific-popup.css'); $theme->asset()->usePath()->add('fontawesome-all-css', 'css/fontawesome-all.min.css'); $theme->asset()->usePath()->add('flaticon', 'css/flaticon.css'); $theme->asset()->usePath()->add('odometer-css', 'plugins/odometer/odometer.css'); $theme->asset()->usePath()->add('jarallax-css', 'plugins/jarallax/jarallax.css'); $theme->asset()->usePath()->add('swiper-css', 'plugins/swiper/swiper-bundle.min.css'); $theme->asset()->usePath()->add('slick-css', 'plugins/slick/slick.css'); $theme->asset()->usePath()->add('toastr-css', 'plugins/toastr/toastr.min.css'); $theme->asset()->usePath()->add('style-css', 'css/style.css', version: $version); $theme->asset()->usePath()->add('responsive-css', 'css/responsive.css'); if (BaseHelper::isRtlEnabled()) { $theme->asset()->usePath()->add('style-rtl-css', 'css/rtl.css'); } $theme->asset()->container('footer')->usePath()->add('jquery', 'plugins/jquery-3.7.1.min.js'); $theme->asset()->container('footer')->usePath()->add('boostrap-js', 'plugins/bootstrap/bootstrap.bundle.min.js'); $theme->asset()->container('footer')->usePath()->add('jarallax-js', 'plugins/jarallax/jarallax.min.js'); $theme->asset()->container('footer')->usePath()->add('magnific-popup-js', 'plugins/magnific-popup/jquery.magnific-popup.min.js'); $theme->asset()->container('footer')->usePath()->add('odometer-js', 'plugins/odometer/jquery.odometer.min.js'); $theme->asset()->container('footer')->usePath()->add('slick-js', 'plugins/slick/slick.min.js'); $theme->asset()->container('footer')->usePath()->add('wiper-js', 'plugins/swiper/swiper-bundle.min.js'); $theme->asset()->container('footer')->usePath()->add('ajax-form', 'plugins/ajax-form.js'); $theme->asset()->container('footer')->usePath()->add('jquery-appear-js', 'plugins/jquery.appear.js'); $theme->asset()->container('footer')->usePath()->add('jquery-easypiechart-js', 'plugins/jquery.easypiechart.min.js'); $theme->asset()->container('footer')->usePath()->add('jquery-inview-js', 'plugins/jquery.inview.min.js'); $theme->asset()->container('footer')->usePath()->add('jquery-parallaxScroll-js', 'plugins/jquery.parallaxScroll.min.js'); $theme->asset()->container('footer')->usePath()->add('particles-js', 'plugins/particles.min.js'); $theme->asset()->container('footer')->usePath()->add('ScrollTrigger-js', 'plugins/ScrollTrigger.js'); $theme->asset()->container('footer')->usePath()->add('SplitText-js', 'plugins/SplitText.js'); $theme->asset()->container('footer')->usePath()->add('wow-js', 'plugins/wow.min.js'); $theme->asset()->container('footer')->usePath()->add('toastr-js', 'plugins/toastr/toastr.min.js'); $theme->asset()->container('footer')->usePath()->add('script-js', 'js/script.js', version: $version); $theme->asset()->container('footer')->usePath()->add('main-js', 'js/main.js', version: $version); if (function_exists('shortcode')) { $theme->composer(['page', 'post', 'portfolio.service', 'portfolio.project', 'teams.team'], function (View $view) { $view->withShortcodes(); }); } if (theme_option('animation_enabled', '1') == '1') { $theme->asset()->container('footer')->usePath()->add('gsap-js', 'plugins/gsap.js'); $theme->asset()->usePath()->add('aos-css', 'plugins/aos/aos.css'); $theme->asset()->container('footer')->usePath()->add('aos-js', 'plugins/aos/aos.js'); $theme->asset()->container('footer')->usePath()->add('gsap-animation-js', 'plugins/gsap-animation.js'); } }, ], ];