I currently use PHP includes throughout my site i.e. Header, Navigation, Footer etc. and I have a file called news_list.php in the snippets folder - but obviously the standard PHP include code does not work on this file as I believe only Couch Tags can be used on the files in the Snippets folder.
So I tried using this tag: <cms:php> include('inc/header.php'); </cms:php>
And it does bring the include in - but it doesn't display all the information from the header.php file as some it is brought in via Couch Tags and this is the information that isn't displaying.
Can anyone help me figure this out??
Thanks in advance
So I tried using this tag: <cms:php> include('inc/header.php'); </cms:php>
And it does bring the include in - but it doesn't display all the information from the header.php file as some it is brought in via Couch Tags and this is the information that isn't displaying.
Can anyone help me figure this out??
Thanks in advance
