Created
May 28, 2015 06:47
-
-
Save ABooooo/117d4d38359fa4d7ce98 to your computer and use it in GitHub Desktop.
Add logo through typoscript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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