[TYPO3-german] t3mootools für eigene extension verwenden?
Markus Thaler
most.wanted at gmx.at
Mon Sep 22 12:23:32 CEST 2008
hallo allesamt,
ich möchte gerne t3mootools für meine eigene extension verwenden - ich
hab mir auf folgender seite die anleitung durchgelesen, aber es
funktioniert nicht...
http://typo3.org/documentation/document-library/extension-manuals/t3mootools/1.2.3/view/1/3/
--- code ---
if (t3lib_extMgm::isLoaded('t3mootools')) {
require_once(t3lib_extMgm::extPath('t3mootools').'class.tx_t3mootools.php');
}
if (defined('T3MOOTOOLS')) {
tx_t3mootools::addMooJS();
} else {
$GLOBALS['TSFE']->additionalHeaderData['rgsmoothgallery'] = '<script
src="'.$this->getPath($this->conf['pathToMootools']).'"
type="text/javascript"></script>';
}
--- /code ---
wo muss ich diesen code einfügen? ich hab ihn in eines meiner
frontend-plugins (class.tx_meineextension_pi1.php) unmittelbar nach
diesen zeilen eingefügt:
--- code ---
function main($content,$conf) {
$this->conf=$conf;
$this->pi_setPiVarDefaults();
$this->pi_loadLL();
--- /code ---
ist das die richtige stelle? was könnt ich falsch gemacht haben?
More information about the TYPO3-german
mailing list