Exemple #1
0
 public static function html_prefix()
 {
     if (self::$first_call) {
         self::$first_call = FALSE;
         return DbugL::$css;
     } else {
         return '';
     }
 }