typo3 extension plugin: add parameters to all links

raw

phork0.php

1
2
3
4
<?php
$GLOBALS['TSFE']->config['config']['linkVars'] .= ',foo';
$_GET['foo'] = 'bar';
$GLOBALS['TSFE']->calculateLinkVars();
Christian Weiske Christian Weiske
owner

History