diff --git a/base.php b/base.php index 8b56dc5..4027311 100644 --- a/base.php +++ b/base.php @@ -17,6 +17,10 @@ function getURLParam ($name, $default = NULL) { return $default; } +function getCurrentCss () { + return "styles/style.css"; +} + function getUrlWithVersion ($url) { return $url . "?v=" . VERSION; } diff --git a/checkconfig.php b/checkconfig.php index 4b81e4f..5a04c9a 100644 --- a/checkconfig.php +++ b/checkconfig.php @@ -26,7 +26,7 @@ COPS Configuration Check - " media="screen" /> +
diff --git a/index.php b/index.php index 0e56638..fab6ffb 100644 --- a/index.php +++ b/index.php @@ -63,7 +63,7 @@ - " media="screen" /> + " />