Function BranchLogo

Outputs a html image for the branch logo

BranchLogo([TYPE],[BRANCH],[WIDTH],[HEIGHT],[STYLE],[ALT],[TITLE],[ID],[BORDER])

Parameters

#TypePassingDefaultNameDescription/Comments
1integeroptionaln/aTYPEThe logo type, where 1:Main, 2:Signature, 3:Header, 4:Footer
2stringoptionaln/aBRANCHThe branch
3integeroptionaln/aWIDTHThe width of the image in pixels
4integeroptionaln/aHEIGHTThe height of the image in pixels
5stringoptionaln/aSTYLEThe image style
6stringoptionaln/aALTThe image alt value
7stringoptionaln/aTITLEThe image title
8stringoptionaln/aIDThe image id
9integeroptional0BORDERThe image border size

Returns

The branch logo html image


Examples

To display the branch logo

{{BranchLogo()}}