I guess the question then becomes, can you set a value in a theme that then gets worked with on the layout level? Theme values override layout values, right? I mean, if in the base-layout it says something like:
set this_value = "200";
and then in the theme it says:
set this_value = "300";
the layout would take the latter and overwrite the former, correct?
no subject
set this_value = "200";
and then in the theme it says:
set this_value = "300";
the layout would take the latter and overwrite the former, correct?