Hi guys,
I'm looking for a very simple CMS script that works the following way.
I want an admin area where you log in and can add 'areas'. By areas I mean that you may want to have a footer section, so you would create an 'area' called footer and the script gives you a code to paste such as
PHP Code:
<?php include'area.php?id=footer' ?>
then you can put this on any document within the website.
The script then allows you to use a textrich editor to create what should be displayed on this section and save it (with edit and delete capability).
Basically I want to design my own pages All CMS scripts I've found seem to need every page layout to be the same, and some of my pages do not resemble my site in any way at all.