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
tmpl.basis = FLUIDTEMPLATE | |
tmpl.basis { | |
partialRootPath = fileadmin/templates/verovis/partials | |
layoutRootPath = fileadmin/templates/verovis/layouts | |
variables { | |
siteName = TEXT | |
siteName.value = verovis | |
header < styles.content.get | |
header.select.where = colPos = 0 |
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
#disable normal title | |
config.noPageTitle = 1 | |
page{ | |
# custom titles | |
headerData = COA | |
headerData{ | |
5 = TEXT | |
5.wrap = <title> | - yoursite </title> | |
5.field = nav_title // title |
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
bower install drawDoughnutChart=https://gist.github.com/ABooooo/1f9d1175fd3d867d039e --save-dev |
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
CONSTANTS: | |
protocol = http | |
[globalString = IENV:TYPO3_SSL=1] | |
protocol = https | |
[global] | |
host = domain.com | |
[globalString = IENV:HTTP_HOST=www.domain.de] | |
host = www.domain.de |
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
// mittwald | |
ssh | |
p108923.typo3server.info |
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
http://www.web2generators.com/apache-tools/htpasswd-generator |
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
AuthType Basic | |
AuthName "Dev Area" | |
AuthUserFile /home/www/p108923/home/www/p108923/html/verovis/.htpasswd | |
Require valid-user | |
// passwrod generator under htpasswd |
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
config{ | |
locale_all = de_CH.UTF-8 | |
index_enable = 1 | |
sys_language_uid = 0 | |
language = de | |
} |
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
please choose ... | | |
input 1 | |
input 2 |
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
#ts | |
tt_content { | |
stdWrap { | |
innerWrap { | |
cObject { | |
default.20.40 = CASE | |
default.20.40 { | |
key.field = layout | |
1 = TEXT |