You can look into that plugin, in pi1/class.tx_linklist_pi1.php (or what) in function "main" at the end is something like this: return $this->pi_wrapInBaseClass($content);
function pi_wrapInBaseClass does this div It is defined in typo3/sysext/cms/tslib/class.tslib_pibase.php Stano. On Wed, Aug 5, 2009 at 4:51 PM, Pero Matic<[email protected]> wrote: > That's not a problem. I'll make it softcoded (remove it from code) but i > can't find a damn thing in a code. Are you sure it should be in the plugin > code and not in some Typo3 class? Digging into list archive a found similar > problem solution for tt_news > (http://lists.netfielders.de/pipermail/typo3-english/2005-May/006244.html) > but it doesn't work here :-( > > > "Stano Paska" <[email protected]> wrote in message > news:[email protected]... > Hi. > > You can't. In most cases, this is hardcoded into plugin. > > Stano. > > On Wed, Aug 5, 2009 at 4:12 PM, Pero Matic<[email protected]> wrote: >> Hi. I'm using simple link list extension and when i insert it as a content >> element it gets wrapped in my template with: >> >> <div class="tx-linklist-pi1"> >> .... >> </div> >> >> Anybody know how to get rid of this? I looked for configuration but there >> is >> no property to change or remove this wrap :-( Thx! >> >> >> _______________________________________________ >> TYPO3-english mailing list >> [email protected] >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> > > > _______________________________________________ > TYPO3-english mailing list > [email protected] > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
