]> git.mxchange.org Git - friendica.git/blobdiff - doc/themes.md
applied coding convention rule
[friendica.git] / doc / themes.md
index add44c776bc5f130b6bc842891101e970de5dd9c..0d3c6eb3d6d0106a2e01d930123a8ca6cf557d76 100644 (file)
@@ -124,8 +124,9 @@ The selected 1st part will be saved in the database by the theme_post function.
 
     function theme_post(&$a){
         // non local users shall not pass
-        if(! local_user())
+        if (! local_user()) {
             return;
+        }
         // if the one specific submit button was pressed then proceed
         if (isset($_POST['duepuntozero-settings-submit'])){
             // and save the selection key into the personal config of the user