diff --git a/_compile.php b/_compile.php index 7f33a695..6977f8ba 100644 --- a/_compile.php +++ b/_compile.php @@ -173,6 +173,7 @@ if ($_COOKIE["lang"]) { $replace = 'preg_replace("~\\\\\\\\?.*~", "", $_SERVER["REQUEST_URI"]) . "?file=\\0&version=' . $VERSION; $file = preg_replace('~default\\.css|functions\\.js|favicon\\.ico|(up|down|plus|minus)\\.gif~', '', $file); $file = preg_replace('~arrow\\.gif~', '" . ' . $replace, $file); +$file = str_replace("externals/jush/", "http://jush.sourceforge.net/", $file); $file = str_replace('error_reporting(E_ALL & ~E_NOTICE);', 'error_reporting(E_ALL & ~E_NOTICE); if (isset($_GET["file"])) { header("Expires: " . gmdate("D, d M Y H:i:s", time() + 365*24*60*60) . " GMT"); diff --git a/design.inc.php b/design.inc.php index 8b69fe0d..2e1d90fc 100644 --- a/design.inc.php +++ b/design.inc.php @@ -107,10 +107,10 @@ function page_footer($missing = false) { - +