cl01/wp-content/themes/CorePress/component/body-top.php
2025-02-24 12:39:24 +08:00

8 lines
117 B
PHP
Executable File

<?php
global $set;
if ($set['theme']['loadbar'] == 1) {
echo "<script>NProgress.start();</script>";
}
?>