Condition

I need to create a conditional statement that check for the current
page name, for example if “/Ticket/Elements/EditCustomFields” is
called from /index.html then display the Custom Fields in single
column otherwise display them in the default 2 column.

Thanks for your help.

I need to create a conditional statement that check for the current
page name, for example if “/Ticket/Elements/EditCustomFields” is
called from /index.html then display the Custom Fields in single
column otherwise display them in the default 2 column.

I suspect you want HTML::Mason’s caller method.

-kevin