Hey all, Im changing the template on a site thats already been running amember. The protected areas have an index.html but its using the old template. Is there a way to get all of the protected areas (product url) to update to the new theme??? or do I have to rewrite every html file in each protected area? Thanks Guys!! Trisha
Most likely you will need to update the html on each index.html. A cleaner way to do this is to switch to index.php on the protected directories, and include a header/footer file from a main template. David