8 lines
117 B
PHP
Executable File
8 lines
117 B
PHP
Executable File
|
|
<?php
|
|
global $set;
|
|
if ($set['theme']['loadbar'] == 1) {
|
|
echo "<script>NProgress.start();</script>";
|
|
}
|
|
?>
|