Exemple #1
0
 public static function ver($base = true, $echo = true)
 {
     if ($base) {
         Center::base();
     }
     //------------------------------------------------
     $string = "top:0;\n\t\tbottom:0;";
     //------------------------------------------------
     if ($echo) {
         echo $string;
     } else {
         return $string;
     }
 }