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 @@