/ Published in: TYPO3
Expand |
Embed | Plain Text
# Bild-Objekt für eigene Typo3-Frontend-Plugins: # # Hinzufügen zu setup.txt (ext/ext_key/static/.../setup.txt) # # Wichtig ist das der ext_key ohne Unterstrichen angegeben wird: # Beispiel: tx_ueupoverlackce_pi1 # Bild fuer p1 plugin.tx_EXTKEY_pi1 { bild = IMAGE bild { file = } } # PHP # $this->conf=$conf; # ./. # $conf["bild."]["file"] = 'uploads/pics/'.$image; # $conf["bild."]["file."]["width"] = '100'; # $conf["bild."]["file."]["quality"] = '80'; # $conf["bild."]["file."]["format"] = 'png'; # $content .= $this->cObj->cObjGetSingle($conf["bild"], $conf["bild."]);
You need to login to post a comment.
