1
0
Ответвление 0

Move the CSS to a specific directory. re #25

Этот коммит содержится в:
Sébastien Lucas 2013-05-28 07:49:52 +02:00
родитель e9c392ef7c
коммит e2622191b4
5 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -17,6 +17,10 @@ function getURLParam ($name, $default = NULL) {
return $default;
}
function getCurrentCss () {
return "styles/style.css";
}
function getUrlWithVersion ($url) {
return $url . "?v=" . VERSION;
}