1
Indiquez l’intérêt que vous portez à cette question
0

dynamic tags

Hi,

I’ve been trying for a long time to create a dynamic tag but it doesn’t work ;
I’ve looked for some examples but none of them work. Did someone actually managed to make it work ? How ?

my current tcode :
in squelettes/mes_fonctions.php

function balise_ABC($p)
$args = array() ;
return calculer_balise_dynamique($p, ’ABC’,$args) ;

function balise_ABC_dyn()
$abc=’fr’ ;
return array("test",0,array( ’abc’ => $abc)) ;

in squelettes/test.html
[(#ENV**|unserialize|print_r1)]
but the ’abc’ property isn’t there

Regards,

Yannick