This file contains 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
prototype(Abte.Site:Component.Favicon) < prototype(Neos.Fusion:Component) { | |
thirtytwo = Carbon.Image:ImageUri { | |
asset = ${ q(site).property('logo') } | |
width = '32' | |
height = '32' | |
maximumWidth = '32' | |
maximumHeight = '32' | |
allowCropping = TRUE | |
} |
This file contains 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
window.onmousewheel = document.onmousewheel = function(e) { | |
e = e || window.event; | |
if (e.preventDefault) | |
e.preventDefault(); | |
e.returnValue = false; | |
}; |
This file contains 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
// JS-Code für die Augen | |
function jseyesmove(e, t, n) { | |
var r, i, s, o = $("#" + n), | |
u = $("#" + n + "_pupille"), | |
a = o.position(); | |
i = e - a.left - 10; | |
s = t - a.top - 10; | |
r = i * i / 90 + s * s / 110 < 1 ? 1 : Math.sqrt(9900 / (i * i * 110 + s * s * 90)); | |
u.css("left", r * i + 10 + "px"); | |
u.css("top", r * s + 10 + "px") |
This file contains 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
$TYPO3_CONF_VARS['GFX']['im_stripProfileCommand'] = '+profile \'*\' -colorspace CMYK'; |
This file contains 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
#!/bin/bash | |
# | |
# @author "cyon GmbH" <mail@cyon.ch> | |
# @version 0.1 | |
## PATH Setzen nicht vergessen! | |
Path='/home/[BENUTZERNAME]/[PFAD]/' | |
function setChmod { | |
ls -1 $1 | while read file | |
do | |
file=${1}/${file} |
This file contains 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
# entfernt die HTML-Kommentare der entsprechenden Objekte ### | |
page.config.disablePrefixComment = true |
This file contains 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
Mehrere Domains mit RealURL |
This file contains 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
# Maximale Bildgröße für TemplaVoila-Bereiche | |
5 = LOAD_REGISTER | |
5.maxImageWidth = 370 | |
10 = RECORDS | |
10.source.current = 1 | |
10.tables = tt_content | |
15 = RESTORE_REGISTER |
This file contains 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
# Vom Admin angelegter Content einer Gruppe zuweisen | |
TCEMAIN.permissions.groupid = 1 |
NewerOlder