| // | Support: http://help.rkl.net | // +----------------------------------------------------------------------+ // | RKL, Inc, and RKLhost.com are trademarks of RKL, Inc. | // +----------------------------------------------------------------------+ // | Page Name: /index.php | // +----------------------------------------------------------------------+ // required configuration information, functions, and variables require('/home/rklhost/www/bin/config/config.inc.php'); // variables used to assemble this page // these variables must be modified for each page. $site_var['page_title'] = "Welcome to RKLhost.com. Feature Rich, Value Priced Web Hosting"; $site_var['header_file'] = $GLOBAL['full_path'] . "/bin/components/header.inc.php"; $site_var['left_file'] = $GLOBAL['full_path'] . "/bin/components/leftside/main.inc.php"; $site_var['content_file'] = $GLOBAL['full_path'] . "/bin/index.inc.php"; $site_var['footer_file'] = $GLOBAL['full_path'] . "/bin/components/footer.inc.php"; // print the page printPage($site_var); ?>