XF 2.1 Send header params globaly

Improvs

Member
Licensed customer
Need advice. What is a better way to send some header params for all pages with specific $_GET?
For example:
Code:
header ('X-Robots-Tag: noindex, follow');

I thought about APP class, but this class is not extendable.
 
Back
Top Bottom