コード例 #1
0
ファイル: agama-core.php プロジェクト: ReConcepts/mashariki
         *
         * @since Agama v1.0.3
         */
        function footer_scripts()
        {
            if (get_theme_mod('agama_nicescroll', true)) {
                echo '
				<script>
				jQuery(document).ready(function($) {
					$("html").niceScroll({
						cursorwidth:"10px",
						cursorborder:"1px solid #333",
						zindex:"9999"
					});
				});
				</script>
				';
            }
        }
        /**
         * Return Theme Version
         *
         * @since 1.1.5
         */
        public static function version()
        {
            return self::$version;
        }
    }
    Agama_Core::get_instance();
}