xen:raw inside templates

lasertits

Active member
I'm trying to customize the report view a bit for the style I'm creating for my site and I've noticed the following line:

Code:
{xen:raw $report.extraContentTemplate}

If I wanted to edit the code that xen:raw is pulling, where would I go about doing so? Also, can anyone point me in a direction to learn about xen:raw and/or other xen conditionals?

Thanks.
 
what difference does it make if i use the raw tag
{xen:raw $forum.description}
versus
{$forum.description}

both displays the contents . whats their difference?
 
Top Bottom