]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/theme.php
Merge pull request #188 from fabrixxm/master
[friendica.git] / view / theme / quattro / theme.php
1 <?php
2
3
4
5
6 $quattro_align = get_pconfig(local_user(), 'quattro', 'align' );
7
8 if(local_user() && $quattro_align=="center"){
9         
10         $a->page['htmlhead'].="
11         <style>
12                 html { width: 100%; margin:0px; padding:0px; }
13                 body {
14                         margin: 50px auto;
15                         width: 900px;
16                 }
17         </style>
18         ";
19         
20 }