Browse Source

Contacts: Added Times/Timer to track support.

Nate Jones 10 năm trước cách đây
mục cha
commit
9aeb5ee258
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      resources/functions.php

+ 7 - 0
resources/functions.php

@@ -1286,4 +1286,11 @@ function number_pad($number,$n) {
 		}
 	}
 
+//transparent gif
+	if (!function_exists('img_spacer')) {
+		function img_spacer($width = '1px', $height = '1px', $border = 'none') {
+			return "<img src='data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7' style='width: ".$width."; height: ".$height."; border: ".$border.";'>";
+		}
+	}
+
 ?>