Hello,

I would like to display the text from the CMS in zencart on every page of my site using an include/require in my header.

The file I would like to include is includes/languages/english/html_includes/define_page_2.php

but if that cant be include I could use
includes/languages/english/html_includes/define_main_page.php

I managed to get it working with the define_main_page.php
by using: <?php require($define_page); ?> but this breaks the shopping cart page and about us pages etc.

I have tried using an include statement direct to the file with no luck.

Many thanks,