[TYPO3-calendar] EVENT_LINK

Mario Matzulla mario at matzullas.de
Thu Dec 20 14:26:11 CET 2012


Hi Stefan,

Am 20.12.12 11:08, schrieb Stefan Schreck:
> hi,
> how could one render the ###EVENT_LINK### around a complete <div> ?
> I tried it this way, but the link gets closed right after the start so
> the <div> is  NOT wrapped in a LINK
>
> <!-- ###TEMPLATE_PHPICALENDAR_EVENT_LIST_ODD### start -->
>
> <!-- ###EVENT_LINK### start-->
>
>
> <div class="ctm_event loc_###LOCATION_ID###"
> style="height:###THELENGTHFINAL###px; width:###THEEVENTWIDTH###px;
> top:###THESTART###px;">
>
>      <div class="aktiv_hide" style="height:###THELENGTHFINAL###px;">
>
>          <div class="location">###LOCATION###</div>
>
>          <div class="summary">TITLE###</div>
>
>          <div class="teaser_schmal"
> style="height:###THETEASERLENGTHFINAL###px;">###TEASER###</div>
>
>      </div>
>
>          <div class="pfeil" style="border-width:###THEPFEILHEIGHT###px
> ###THEPFEILWIDTH###px 0 ###THEPFEILWIDTH###px;"></div>
>
> </div>
>
> <!-- ###EVENT_LINK### end--></div>

Try removing the </div> behind the EVENT_LINK

Regards,
Mario
>
>
> <!-- ###TEMPLATE_PHPICALENDAR_EVENT_LIST_ODD### end -->
>
> any template gurus around?
> thx
> stefan
>



More information about the TYPO3-project-calendar mailing list