lemonldap-ng/lemonldap-ng-portal/site/templates/common/background.tpl
2016-04-14 18:42:59 +00:00

9 lines
227 B
Smarty

<TMPL_IF NAME="SKIN_BG">
<style>
html, body {
background: url("<TMPL_VAR NAME="STATIC_PREFIX">common/backgrounds/<TMPL_VAR NAME="SKIN_BG">") no-repeat center fixed;
background-size: cover;
}
</style>
</TMPL_IF>