I want to split up the Zen Photo system so that the admin is in a protected directory with my own admin system, (will not be touching zen admin system) and need to know if I have the structure correct.
The index.php, albums dir, cache dir and themes should be in their own directory
Admin files should be zen, .htaccess in my admin directory
Is this correct or will I break a lot of paths?
Comments
FYI there are a lot of important files in `/zen/` - the admin section is only `/zen/admin.php`. Just move that...
What you're doing is naturally breaking a lot of paths... I think you answered your own question.
I'd think of it rather as having separate `albums/` folders and splitting them up. It'd be much better if you planned it out, modified the `Gallery` class, and did it right. But I might be wrong about what you're trying to do...