HELP troubles with dynamically generated URLs
I'm trying to integrate a new shopping cart, but DW CS4 can't follow the dynamic links in the template pages. They render fine in Live View. I can follow the CSS in the CSS Styles panel, but of course, it's not editable. Related files are far from complete and if I try to click on one, I get an error that the file can't be found.
The templates all contain dynamically generated URLs such as:
<?php include("${__TPL_DIR__}pages/templates/part.header.tpl.html"); ?>
The .ini files used have site root relative references.
Any ideas? Or am I stuck limping along?
