diff --git a/templates/default/header.php b/templates/default/header.php index 014113ad..61d4cccf 100755 --- a/templates/default/header.php +++ b/templates/default/header.php @@ -32,6 +32,9 @@ 'jquery/jquery.blockUI.js', 'profile.js'); break; + case "admin": + array_push($jsFiles, 'admin.js'); + break; case "about": array_push($cssFiles, 'coin.css'); array_push($jsFiles, 'coin/coin.js');