Hi there,

I was try to convert one of our modules as typo3 extension. Also I'm trying to 
support external templates.

I do same implementation of cd catalogger sceen cast example.

$this->templateFileContent = 
$this->cObj->cObjGetSingle($this->conf['userFunc.']['altTemplateFile'],
$this->conf['userFunc.']['altTemplateFile.']);

                if($this->templateFileContent)
                {
                        $strContent = 
$this->cObj->getSubpart($this->templateFileContent,'###BASE_CONTENT###');
                        $arrSubst   = array();
                        $arrSubst['###FORM_LABEL###'] = 'DATE AND TIME ';
                        $arrSubst['###DATE###'] = '- DATE';
                        $arrSubst['###TIME###'] = 'TIME';

                        $content.= 
$this->cObj->substituteMarkerArrayCached($strContent,$arrSubst);
                }
                else
                {
                $content.=
"               <table border='0' cellpadding='0' cellspacing='0' 
style='padding-top:1px;'>
....
                }

It works fine, my question was

Is this model compatible with TemplaVoila ?

Regards

Sancar
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to