Jaxel
Well-known member
I am doing a template modification on PAGE_CONTAINER.
Find:
Replace:
My custom fields variable is being applied correctly... but for some reason, the container key is always blank, even when viewing a node.
Why would this be the case?
Find:
Code:
<div class="p-header-inner">
Replace:
Code:
<div class="p-header-inner 8wayrun-header
8wayrun-header-{$containerKey}
8wayrun-header-{$xf.visitor.Profile.custom_fields.header}">
My custom fields variable is being applied correctly... but for some reason, the container key is always blank, even when viewing a node.
Why would this be the case?