Move the CSS to a specific directory. re #25
This commit is contained in:
parent
e9c392ef7c
commit
e2622191b4
5 changed files with 6 additions and 2 deletions
4
base.php
4
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue