The Secretary is a different kind of content management system. It is simple, lightweight, easy-to-use and meant for designers and artists. It aims to be transparent by removing itself entirely from the front-end - forget the restrictive themed layouts of other systems and create truly unique websites again.
Find out moreTake a look at the following snippet (which generates an image gallery) to see how painless integrating The Secretary is:
<html> <body> <?php bam( "gallery" ); ?> </body> </html>