Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
This commit is contained in:
@@ -1566,8 +1566,8 @@ 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.";'>";
|
||||
function img_spacer($width = '1px', $height = '1px', $custom = null) {
|
||||
return "<img src='data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7' style='width: ".$width."; height: ".$height."; ".$custom."'>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user