Update MANIFEST and add background.tpl file (#770)
parent
8b1ea19725
commit
6cff9560da
@ -0,0 +1,8 @@ |
||||
<TMPL_IF NAME="SKIN_BG"> |
||||
<style> |
||||
html, body { |
||||
background: url("<TMPL_VAR NAME="SKIN_PATH">/common/backgrounds/<TMPL_VAR NAME="SKIN_BG">") no-repeat center fixed; |
||||
background-size: cover; |
||||
} |
||||
</style> |
||||
</TMPL_IF> |
Loading…
Reference in new issue