aboutsummaryrefslogtreecommitdiffstats
path: root/inc/templates/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/templates/header.php')
-rwxr-xr-xinc/templates/header.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/templates/header.php b/inc/templates/header.php
index 2035aba538a..ec714684589 100755
--- a/inc/templates/header.php
+++ b/inc/templates/header.php
@@ -6,8 +6,8 @@
<base href="<?php echo($WEBROOT); ?>/"/>
<link rel="stylesheet" type="text/css" href="css/default.php"/>
<script type='text/ecmascript' src='<?php echo($WEBROOT)?>/js/lib_ajax.js'></script>
-<!-- <script type='text/ecmascript' src='<?php echo($WEBROOT)?>/js/timer.js'></script> -->
-<!-- <script type='text/ecmascript' src='<?php echo($WEBROOT)?>/js/notification.js'></script> -->
+ <script type='text/ecmascript' src='<?php echo($WEBROOT)?>/js/lib_timer.js'></script>
+ <script type='text/ecmascript' src='<?php echo($WEBROOT)?>/js/lib_notification.js'></script>
<script type='text/ecmascript' src='<?php echo($WEBROOT)?>/js/lib_xmlloader.js'></script>
<script type='text/ecmascript' src='<?php echo($WEBROOT)?>/js/lib_files.js'></script>
<?php