I run an ad through the xf ad manager.
it is located via, /admin.php?advertising/ad-title.7/edit
so, i assume ad ID 7.
Is there a template conditional i can use in PAGE_CONTAINER to look for this ad being included later in the page? Reason is, this particular ad has a 'head' piece and a 'body' piece. I would like to only include the head part if ad ID 7 is active on this view. I put the body part in the admanager.
is there something like is="$ad.ad_id = 7" ? and in scope in the wrapper template?
it is located via, /admin.php?advertising/ad-title.7/edit
so, i assume ad ID 7.
Is there a template conditional i can use in PAGE_CONTAINER to look for this ad being included later in the page? Reason is, this particular ad has a 'head' piece and a 'body' piece. I would like to only include the head part if ad ID 7 is active on this view. I put the body part in the admanager.
is there something like is="$ad.ad_id = 7" ? and in scope in the wrapper template?
Last edited: