Exemple #1
0
 function parser($template = null)
 {
     $this->setVariable('__concert_key', $this->getSession('__concert_key'));
     return parent::parser($template);
 }