Is it possible to include the header and footer in the header.html and footer.html with PHP? So that I don't have to change all files when I edit something.
seddapz, That is what the templates are for. You can edit \amember\templates\header.html and \amember\templates\footer.html. They are included at the top of every aMember page.
Oh thanks! I didn't thought about it like that yet. But is it also possible to display a different header and footer to wich subscription a member has?
Well I gues I need to replace the '#' with number of the product and what do I replace with XYZ? And what kind of code is it? Smarty, PHP?