Function BranchLogo
Outputs a html image for the branch logo
BranchLogo([TYPE],[BRANCH],[WIDTH],[HEIGHT],[STYLE],[ALT],[TITLE],[ID],[BORDER])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | integer | optional | n/a | TYPE | The logo type |
2 | string | optional | n/a | BRANCH | The branch |
3 | integer | optional | n/a | WIDTH | The width of the image in pixels |
4 | integer | optional | n/a | HEIGHT | The height of the image in pixels |
5 | string | optional | n/a | STYLE | The image style |
6 | string | optional | n/a | ALT | The image alt value |
7 | string | optional | n/a | TITLE | The image title |
8 | string | optional | n/a | ID | The image id |
9 | integer | optional | 0 | BORDER | The image border size |
Returns
The branch logo html image
Examples
To display the branch logo
{{BranchLogo()}}