diff options
author | Michael <icarus@dabo.de> | 2012-04-13 00:10:13 +0200 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-04-13 00:10:13 +0200 |
commit | 7384786d4417ddd051b7daa71c019d3c551efc68 (patch) | |
tree | 56bc56ca94ae5d11db0c3e2f67620b15527236ad /view/theme/quattro/theme.php | |
parent | 39405c8056b4a1d55c97fb2963d8776695dbeb30 (diff) | |
parent | e3af552bbfff2632bbcf2ce94c3e08ad4a5142d2 (diff) | |
download | volse-hubzilla-7384786d4417ddd051b7daa71c019d3c551efc68.tar.gz volse-hubzilla-7384786d4417ddd051b7daa71c019d3c551efc68.tar.bz2 volse-hubzilla-7384786d4417ddd051b7daa71c019d3c551efc68.zip |
Merge remote branch 'upstream/master'
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> - "; - -} |