Advertisement
Huaba

Config for TYPO3 for Responsive Webdesign

Nov 8th, 2012
1,556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. config {
  2.     doctype(
  3.     <!DOCTYPE html>
  4.     <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
  5.     <!--[if lt IE 7 ]> <html lang="de-DE" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  6.     <!--[if IE 7 ]>    <html lang="de-DE" class="no-js lt-ie9 lt-ie8"> <![endif]-->
  7.     <!--[if IE 8 ]>    <html lang="de-DE" class="no-js lt-ie9"> <![endif]-->
  8.     <!--[if gt IE 8 ]><![endif]-->
  9.     )
  10.     xmlprologue = none
  11.     metaCharset = utf-8
  12.     renderCharset = utf-8
  13.     language = de
  14.     locale_all = de_DE@euro
  15.  
  16.     # activate realURL
  17.     simulateStaticDocuments = 0
  18.     tx_realurl_enable = 1
  19.     absRefPrefix = {$BASEURL}
  20.     prefixLocalAnchors = all
  21.  
  22.     # useful imagenames for seo
  23.     meaningfulTempFilePrefix = 80
  24.  
  25.     # removes HTML Comments in sourcecode
  26.     disablePrefixComment = 1
  27.  
  28. #   # compression and concatenation for JS and CSS
  29.     concatenateCss = 1
  30.     compressCss = 1
  31.     concatenateJs = 1
  32.     compressJs = 1
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement