amr1991
New Member
- Messages
- 396
- Reaction score
- 0
- Points
- 0
I am creating a CMS and I have pretty much finished the main layout and the way content is sent through files. It does not store content in a database, but in a directory /data/. I have the CMS for download, I'ts not for use yet, but if you could please take a look at the code and see if it's an efficient running system. To create a new link, open /data/actions.php, add a new array to $links, typing the link name in quotes, spaces allowed, and make a new file in /actions/ corresponding to the navigation link name. For example, if I made a new link named "Control Panel", the file name would be control_panel.php, you lower case all letters and replace the spaces with underscores.
A live version of it running is at, http://70.226.103.83
A live version of it running is at, http://70.226.103.83
Attachments
Last edited: