Customize Look & Feel (HTML)

With PHP Membership Manager you have complete control of the design / interface your website visitors and members will view.

To the left is a screen shot of the /interface/ folder which holds the templates that make up the user interface / design of PHP Membership Manager.

There are three (3) sets of header & footer files that allow for quick editing to match your websites design, look & feel.


(1) - Registration Header & Footer Template
(2) - Control Panel Header & Footer Template
(3) - Member Profiles Header & Footer Template

If you want to control and adjust the layout down to the smallest aspect you can alter any of the /interface/ templates to get exactly what you are looking for.




Using / Adding CSS / JavaScript within templates:
If you want to add your own CSS code directly into the templates simply wrap your CSS code around the following tags:

{literal}
    // CSS or JavaScript Code Here
{/literal}


Using / Adding PHP Code within templates:
If you want to add your own PHP code directly into the templates simply wrap your PHP code around the following tags: {php}
    // PHP Code Here
{/php}