Dr.CustUmz
02-25-2021, 08:13 PM
I am 100% aware to manipulate things by page name to use
<if condition="THIS_SCRIPT == 'PAGE'">BLAH BLAH</if>
But I was wondering is there a way to print the script name on the template?
Example:
$THIS_SCRIPT
would print out (on index)
index
<if condition="THIS_SCRIPT == 'PAGE'">BLAH BLAH</if>
But I was wondering is there a way to print the script name on the template?
Example:
$THIS_SCRIPT
would print out (on index)
index