|
Hi,
I have a site that runs on a simple PHP based CMS that doesn't contain META tags.
How can I define them?
every my content page starts with <?
and only design page starts from <html>
I understand that I have to define first the meta variables and then insert them into design page. But how to define them?
|