//Settings$test = true//true The text will be show if condition 1 or if condition2//false The text will be show if condition 1if (condition1 if ($test == "true"){ OR condition2}){php}