]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/theme.php
Merge pull request #309 from fabrixxm/master
[friendica.git] / view / theme / quattro / theme.php
index be47a401c0ed335b4f922b18b4ef3774b4e4dca1..0a13c20351b6d40f6b0ed4b7bd33648278578063 100644 (file)
@@ -1,20 +1,12 @@
 <?php
+/**
+ * Name: Quattro
+ * Version: 0.5
+ * Author: Fabio <http://kirgroup.com/profile/fabrixxm>
+ * Maintainer: Fabio <http://kirgroup.com/profile/fabrixxm>
+ * Maintainer: Tobias <https://diekershoff.homeunix.net/friendika/profile/tobias>
+ */
+       $a->theme_info = array();
 
-
-
-
-$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>
-       ";
-       
-}