Contacts: Added Times/Timer to track support.

This commit is contained in:
Nate Jones
2015-05-17 06:16:43 +00:00
parent d6c4267243
commit 1ff7d1c1ba
11 changed files with 1101 additions and 2 deletions
+7
View File
@@ -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.";'>";
}
}
?>