lemonldap-ng/lemonldap-ng-portal/site/templates/common/background.tpl

9 lines
227 B
Smarty
Raw Normal View History

<TMPL_IF NAME="SKIN_BG">
<style>
html, body {
2016-04-14 20:42:59 +02:00
background: url("<TMPL_VAR NAME="STATIC_PREFIX">common/backgrounds/<TMPL_VAR NAME="SKIN_BG">") no-repeat center fixed;
background-size: cover;
}
</style>
</TMPL_IF>