include($_SERVER['DOCUMENT_ROOT'].'/includes/begin.php'); ?> include($_SERVER['DOCUMENT_ROOT'].'/modules/contentmgmt.php'); ?> # SME vars $pagename = 'index'; $section = 'Resources'; # title vars $subName = ''; $sectionName = 'Welcome'; $titleimage = 'front'; # formatting vars $folder = ''; $photo = 'index'; ?>
include($_SERVER['DOCUMENT_ROOT'].'/includes/header.php'); ?> if($_REQUEST['print']) { ?> if($_REQUEST['id']) { contentmgmt_displaypublicid($_REQUEST['id']); } else { contentmgmt_displaypublic($section,$pagename); } ?> } else { ?>
if($_REQUEST['id']) {
contentmgmt_displaypublicid($_REQUEST['id']);
} else {
contentmgmt_displaypublic($section,$pagename);
}
?>
|
||||
| Internet Explorer 7 Troubleshooting If problems persist please email support at TSPNetAdmin@teamtsp.com. |
} ?> include($_SERVER['DOCUMENT_ROOT'].'/includes/footer.php'); ?>