Script extended with JavaScript templates and ext-uberwach added, see http://www...
[mailer.git] / js.php
diff --git a/js.php b/js.php
index 2868eb1291e7bcdfa41465aa5f26ab32c045b352..cf93e394b3a119748102ea46dcd67d615cff1e4e 100644 (file)
--- a/js.php
+++ b/js.php
@@ -61,8 +61,8 @@ if ((isInstalled()) && (REQUEST_ISSET_GET('tag'))) {
        loadIncludeOnce('inc/header.php');
 
        // Prepare include file for looking
-       $INC = sprintf("inc/js/tag-%s.php",
-       REQUEST_GET('tag')
+       $INC = sprintf("inc/js/js-%s.php",
+               REQUEST_GET('tag')
        );
 
        // Is that file readable?