diff options
author | friendica <info@friendica.com> | 2012-04-12 05:48:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-12 05:48:41 -0700 |
commit | 03563ca35a0c40224e3159c664c596691078df90 (patch) | |
tree | f87a3f8d7e4dee761e4dc8699eba954760d69173 /view/theme/quattro/theme.php | |
parent | 6fa8b3067fad3a974b5e08e78739f83681f9bb6f (diff) | |
parent | 23b08e3ea79936ecee0a061e38a08145f3fca1da (diff) | |
download | volse-hubzilla-03563ca35a0c40224e3159c664c596691078df90.tar.gz volse-hubzilla-03563ca35a0c40224e3159c664c596691078df90.tar.bz2 volse-hubzilla-03563ca35a0c40224e3159c664c596691078df90.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/quattro/theme.php')
-rw-r--r-- | view/theme/quattro/theme.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php deleted file mode 100644 index be47a401c..000000000 --- a/view/theme/quattro/theme.php +++ /dev/null @@ -1,20 +0,0 @@ -<?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> - "; - -} |