Logo()
logo()
Renders an image with is automatically wrapped in a link, unless current page is home page.
Arguments
- src
- Image source file. (default: /onair/assets/logo/logo.png)
- alt
- Alt-text for image, i.e. a short text that describes the image. (default: false)
- id
- Id that will be applied to the image. (default: false)
- class
- Class-name that will be applied to the image. (default: )
- width
- Define width of the image to be shown. (default: 100%)
- height
- Define height of the image to be shown. (default: )
- url
- The url used when logo is not displayed on the homepage. (default: /onair/)
Example
Note that the logo is wrapped in a '<a>' tag, unless the logo is displayed on the home page.