Create a link with typoscript (usage of typolink)


/ Published in: TYPO3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. 10 = TEXT
  2. 10.value = Seite empfehlen
  3. 10.typolink {
  4. parameter = {$site.pid.sendpage}
  5. additionalParams = &linkpid={page:uid}
  6. additionalParams.insertData = 1
  7. no_cache = 1
  8. title = Diese Seite empfehlen
  9.  
  10. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.