[TYPO3] printlink and tip-a-friend - Please help me!

Matyi Gábor gmatyi at freemail.hu
Wed Apr 19 20:47:36 CEST 2006


Hi!

I've been looking for a solution for printlink and tip-a-friend for my web 
site, but I can't go on. Please help me anybody.

I have a such typoscript template . My ask is, how should I add the printlink 
and tip-a-friend feauture?

Thanks Gabor

page = PAGE
page.typeNum = 0
page.bodyTag = <body>
page.stylesheet = fileadmin/styles/ts-template-wrap.css

# Top
page.10 = COA
page.10 {

   stdWrap.wrap = <div id="container">|</div>

   10 = COA
   10.stdWrap.wrap = <div id="header">|</div>

   20 < temp.topnavigation
   20.stdWrap.wrap = <div id="topnavigation">|</div>

   30 = COA
   30 {
      10 < temp.subnavigation
      stdWrap.wrap = <div id="subnavigation">|</div>
   }

   40 = COA
   40 {
      10 < temp.contact      
      20 < temp.tipafriend
      30 < temp.search
      40 < temp.sitemap
      50 < temp.printversion
      stdWrap.wrap = <div id="othernavigation">|</div>      
   }

   # Content
   50 = COA
   50 {
      stdWrap.wrap = <div id="mainblock">|</div>
      10 < styles.content.get
      10.stdWrap.wrap = <div id="content">|</div>
   }



More information about the TYPO3-english mailing list