aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-12 05:47:57 -0700
committerfriendica <info@friendica.com>2012-04-12 05:47:57 -0700
commit23b08e3ea79936ecee0a061e38a08145f3fca1da (patch)
tree6f2fa30889c7935bb3f70da10ff5d33f4700fa09 /view/theme/quattro/theme.php
parent815a727076210e6fd7edd6815c33e4bc56e674c6 (diff)
parent309f2bfa5f85e80e94d6ee177496c5a095201943 (diff)
downloadvolse-hubzilla-23b08e3ea79936ecee0a061e38a08145f3fca1da.tar.gz
volse-hubzilla-23b08e3ea79936ecee0a061e38a08145f3fca1da.tar.bz2
volse-hubzilla-23b08e3ea79936ecee0a061e38a08145f3fca1da.zip
Merge pull request #228 from fabrixxm/master
settings tabs, notifications js and quattro
Diffstat (limited to 'view/theme/quattro/theme.php')
-rw-r--r--view/theme/quattro/theme.php20
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>
- ";
-
-}