Hi. In the bottom menu we have About us, Privacy, Terms etc.
These buttons in the bottom menu reference PHP files. Looking at the PHP files they are coded in such a way as to get the content from language keys.
I believe it's done this way to fit in with the site structure ie. keeping the header and footer while displaying the content in the middle of the page.
I wish to add my own HTML formatted content to a "New Item".
Should I just:
- clone one of the php files
- add _blah_H and _blah_H1 language keys
- change / keep the "page['name_index'] to 17 or 18 (not sure what that does)
- copy/modify the function at the bottom for "PageCompPageMainCode"
Or would I do something else?
Thanks.