<?php $include_root = '../include/'; include ( $include_root.'functions/ClassLoader.php' ); load_class('Page/PageSiteList/PageManagerList.php'); $pageManagerList = new PageManagerList(); $pageManagerList->manage(); ?>