Is it possible to make a standalone webpage that has access to EE’s modules?
Basically, I have some ‘complicated’ web pages that have external references for a header, shopping cart, etc. that would be very difficult for me to incorporate in EE. I edit these in Dreamweaver. I’d like to be able to use EE’s syntax to add some dynamic content to these pages. Just a simplified example of what I’d like to be able to do:
{if segment_2 == ""}
{exp:channel:entries channel="product" sort="asc" limit="7"}
<h1>{title}</h1>
etc.
Obviously, just pasting that into Dreamweaver doesn’t work.
Thanks for the help.