Using variables in template
Using variables in template
Hi!
I want to add some unique text for each Community answers menu item. I mean for "Home", "Open", "Resolved" menu items. I want to add some text in my template.
I found variable "task" (when I used print_r ($this). So i want to use something like this:
But it's protected... Please help me. How can I use this rule/condition ?
I want to add some unique text for each Community answers menu item. I mean for "Home", "Open", "Resolved" menu items. I want to add some text in my template.
I found variable "task" (when I used print_r ($this). So i want to use something like this:
if [task] = resolved {$mytext='text for resolved status';}
if [task] = home {$mytext='text for home status';}
etc.
But it's protected... Please help me. How can I use this rule/condition ?
Access to viewing replies is restricted.
Showing 7 of 7 replies
You do not have permissions for replying to this topic.