Include support with new version
-
I was using something like this to include a master pricing file on certain pages so as to save updating each page when making changes.
[insert_php]include(TEMPLATEPATH.'/_filename.php');[/insert_php]
I created a short tag for this function and tested it on a page. I didn’t change any of the outputs/echo (using old insert php tags) on the page yet as I wanted to be sure the include function would work.
It didn’t. There was no output. So right at the starting gate, I’m having this issue. I’m dreading future updates. Deprecating the old version is going to cause me a lot of work.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Include support with new version’ is closed to new replies.