<?php
class FTPageHolder extends Page {
static $default_child = 'FTPage';
static $allowed_children = array('FTPage');
}