Browse Source

Update home.php

Daniele Bonini (皮夕): WebDev and DevOps by lots of sim.pli.city bits 2 years ago
parent
commit
bbc3ef96d6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Private/scripts/home.php

+ 2 - 2
Private/scripts/home.php

@@ -563,11 +563,11 @@
            
  <?PHP endif; ?>           
      
-<script src="static/js/home-js.php?hl=<?PHP echo($lang);?>&av=<?PHP echo(AVATAR_NAME);?>&cv=<?PHP echo($CURRENT_VIEW);?>&cu=<?PHP echo($CUDOZ);?>" type="text/javascript"></script>
+<script src="/js/home-js.php?hl=<?PHP echo($lang);?>&av=<?PHP echo(AVATAR_NAME);?>&cv=<?PHP echo($CURRENT_VIEW);?>&cu=<?PHP echo($CUDOZ);?>" type="text/javascript"></script>
 
 <?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html")): ?>
 <?php include("../../Public/metrics.html"); ?> 
 <?php endif; ?>
 
 </body>
-</html>
+</html>