X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=index.yaws;h=1b887215d24dabb46176c7b71a01ceb9c15d3cc8;hp=7de72c840ef204da2e387f1fa46d83217f3b620c;hb=a193d10c45d8226937c91a17dc588e4f6f1586fd;hpb=64ef87442b933d47f4dbc9dfec9a5a16e522c375 diff --git a/index.yaws b/index.yaws index 7de72c8..1b88721 100755 --- a/index.yaws +++ b/index.yaws @@ -6,13 +6,15 @@ euphorik.ch out(A) -> + CSS = case euphorik_bd:css_from_user_cookie(yaws_api:find_cookie_val("cookie", A)) of + undefined -> "css/1/euphorik.css"; + C -> C + end, {ehtml, {link , [ {id, "cssPrincipale" }, {rel, "stylesheet"}, - {href, - euphorik_bd:css_from_user_cookie(yaws_api:find_cookie_val("cookie", A)) - }, + {href, CSS}, {type, "text/css"}, {media, "screen"} ], []}