aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/theme.php
diff options
context:
space:
mode:
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>
- ";
-
-}