Contents

Welcome!

A little caption with some really cool captiony text.

<?php 
	// The all important HQ Link 
	$HQ= "/your/absolute/path"; 
	include_once "$HQ/secretary_loader.php"; 
 
	// Load in the Gallery module 
	secretary_load( "gallery" ); 
?> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html> 
	<head> 
		<title>My Portfolio</title> 
	</head> 
	<body> 
		Some text. 
		<!-- Here is where my content should load --> 
		<?php 
			$settings= "template= CoolTemplate, category= Personal Projects"; 
			bam( "gallery", $settings ); 
		?> 
	</body> 
</html>


Although the target audience is the creative field, it can easily be adapted to work with any kind of website, in any industry. It aims to remove itself entirely from the front-end allowing the designer to truly design. The design and layout restrictions of other systems are absent with the secretary and content can be switched in and out of a page without harming surrounding content. Best of all, it is easily integrated into a current website without much effort.

The Image

Drag and drop functionality allows you to order images within a set. Cool shit.

What is this?

Although the target audience is the creative field, it can easily be adapted to work with any kind of website, in any industry. It aims to remove itself entirely from the front-end allowing the designer to truly design. The design and layout restrictions of other systems are absent with the secretary and content can be switched in and out of a page without harming surrounding content. Best of all, it is easily integrated into a current website without much effort.