diff options
Diffstat (limited to 'view/theme/quattro/theme.php')
-rw-r--r-- | view/theme/quattro/theme.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php new file mode 100644 index 000000000..be47a401c --- /dev/null +++ b/view/theme/quattro/theme.php @@ -0,0 +1,20 @@ +<?php + + + + +$quattro_align = get_pconfig(local_user(), 'quattro', 'align' ); + +if(local_user() && $quattro_align=="center"){ + + $a->page['htmlhead'].=" + <style> + html { width: 100%; margin:0px; padding:0px; } + body { + margin: 50px auto; + width: 900px; + } + </style> + "; + +} |