blob: 290d584a788807954f4d3601048b567ad0a4f9fa [file] [log] [blame]
<?php
require_once($_SERVER['DOCUMENT_ROOT'] . "/bpel/_boot.php");
# Begin: page-specific settings. Change these.
$pageTitle = "BPEL Project Developer Resources";
$pageKeywords = "BPEL, process, designer, developer";
$pageAuthor = "BPEL Team";
# Add page-specific Nav bars here
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
# $Nav->addNavSeparator("My Page Links", "downloads.php");
# $Nav->addCustomNav("My Link", "mypage.php", "_self", 3);
# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
?>
<div id="maincontent">
<?php include ("p.t1.html"); ?>
<p>
This is HTML test after p1.t1.html
</p>
<?php include("p.t2.php"); ?>
This is the near the end of the div ... <?=$pageTitle?>, which "is really weird".
</div>
<?php bpel_generate_page() ?>