Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created May 28, 2015 06:47
Show Gist options
  • Save ABooooo/117d4d38359fa4d7ce98 to your computer and use it in GitHub Desktop.
Save ABooooo/117d4d38359fa4d7ce98 to your computer and use it in GitHub Desktop.
Add logo through typoscript
lib.logo = IMAGE
lib.logo {
file = fileadmin/templates/verovis/img/verovisLogo.png
stdWrap.typolink.parameter = 2
// stdWrap.typolink.ATagParams = class="home"
stdWrap.typolink.title = zur Startseite
# wrap it all as you like
wrap = <p class="logo pull-right">|</p>
}
# include in html
<f:cObject typoscriptObjectPath="lib.logo" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment