I did my programming before integrating into a design and I have to admit I am quite stuck on the whole situation. Here is my structure:
- System Files
- Admin (Admin files)
- Functions (Admin Function folder)
- User (User Files)
- Functions (User Function folder)
- Admin (Admin files)
Normal Visitor Account Files ( In system files folder).
This whole directory is under public_html which holds my site files. I have tried includes, which seems like a nice clean way of doing it. But the issue I encounter is when I need to modify the header on login. I was just wondering if anyone had any ideas. I tried iframes but i feel it is very unclean.
Thanks!!