6 lines
115 B
PHP

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