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
##################################################################### | |
# [x. URL] | |
# | |
lib.constants.baseUrl = http://www.url.ch/ | |
[globalString = ENV:HTTP_HOST=valid.url.ch] | |
lib.constants.baseUrl = http://valid.url.ch/ | |
[globalString = ENV:HTTP_HOST=integration.url.ch] | |
lib.constants.baseUrl = http://integration.url.ch/ | |
[globalString = ENV:HTTP_HOST=formation.url.ch] |
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
<?php | |
/** | |
* RealURL configuration | |
* | |
* @author Cédric Aellen | |
* @version 1.0 | |
*/ | |
$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array( | |
// Default host |
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
################################################################################ | |
## [xx. Default display = French] | |
mod.SHARED { | |
defaultLanguageLabel = French | |
defaultLanguageFlag = fr.gif | |
} | |
################################################################################ | |
## [xx. config création/copie de page] |
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
.hidden-well-sighted { | |
position: absolute !important; | |
overflow: hidden; | |
width: 1px; | |
height: 1px; | |
padding: 0; | |
border: 0; | |
clip: rect(1px, 1px, 1px, 1px); | |
} |
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
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
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
xmlpage = PAGE | |
xmlpage { | |
typeNum = 100 | |
# Disable all standard header generation by TYPO3 | |
config.disableAllHeaderCode = 1 | |
# Setup correct content type header for XML | |
config.additionalHeaders = Content-Type: application/xml |
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
background: #ffffff; | |
background-image: | |
/*circle*/ | |
radial-gradient(rgba(255, 255, 255, 1) 30%, rgba(255,255,255,0) 35%), | |
/*horizontal white lines*/ | |
linear-gradient(rgba(255, 255, 255, 1) 2px, transparent 2px), | |
/*vertial green lines*/ | |
linear-gradient(0, rgba(0, 100, 0, 0.3) 3px, rgba(255, 255, 255, 1) 3px), | |
/*left to right gradient*/ |
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
.hide { | |
text-indent: -999em; | |
margin: 0; | |
padding: 0; | |
height: 0; | |
} | |
#skipLinks a:active, | |
#skipLinks a:focus, | |
#skipLinks a:hover { |
OlderNewer