Skip to content

Instantly share code, notes, and snippets.

@hlubek
Forked from sorenmalling/gist:8052896
Last active December 31, 2015 22:49
Show Gist options
  • Save hlubek/8055713 to your computer and use it in GitHub Desktop.
Save hlubek/8055713 to your computer and use it in GitHub Desktop.
prototype(Acme.Demo:IncludeCss) < prototype(TYPO3.TypoScript:Tag) {
tagName = 'link'
attributes {
type = 'text/css'
rel = 'stylesheet'
href = TYPO3.TypoScript:ResourceUri
}
}
page = Page {
head {
stylesheets {
twitterbootstrap = Acme.Demo:IncludeCss {
attributes.href.path = 'resource://Meteko.Homepage/Public/Libraries/TwitterBootstrap/dist/css/bootstrap.min.css'
}
twitterbootstrap-theme = Acme.Demo:IncludeCss {
attributes.href.path = 'resource://Meteko.Homepage/Public/Libraries/TwitterBootstrap/dist/css/bootstrap-theme.min.css'
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment