<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,7 +21,7 @@
 	/**
 	 * The request router looks at the URI path, tries to load it from /assets,
 	 * then tries to route the request through the Router if it's a model.
-	 * If it's not a model, the TemplateEngine tries to render the template file.
+	 * If it's not a model, the PageEngine tries to render the template file.
 	 */
 	function routeRequest() {
 		$path = getPath();</diff>
      <filename>source/bootstrapper.php</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ include('bootstrapper.php');
 
 try { 
 	echo routeRequest();
-//Fallback error handler for when the TemplateEngine isn't around to help.
+//Fallback error handler for when the PageEngine isn't around to help.
 } catch (Exception $e) {
 	echo &quot;Sorry, there was an error: &quot;.$e-&gt;getMessage().&quot;.&quot;;
 }</diff>
      <filename>source/request_router.php</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>source/classes/core/TemplateEngine.php</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>b58b2ed032938221428973f802ddd79fa5d22be9</id>
    </parent>
  </parents>
  <author>
    <name>Dale Campbell</name>
    <email>dale@save-state.net</email>
  </author>
  <url>http://github.com/Yuffster/rabidcore/commit/34c39f3ec6753729a67e56f016f271867b8d1ffb</url>
  <id>34c39f3ec6753729a67e56f016f271867b8d1ffb</id>
  <committed-date>2009-06-11T03:35:58-07:00</committed-date>
  <authored-date>2009-06-10T14:46:18-07:00</authored-date>
  <message>cleaning up the Template -&gt; PageEngine rename

Signed-off-by: Michelle Steigerwalt &lt;msteigerwalt@gmail.com&gt;</message>
  <tree>d0820b1f420eed978275060479ba47c31f312391</tree>
  <committer>
    <name>Michelle Steigerwalt</name>
    <email>msteigerwalt@gmail.com</email>
  </committer>
</commit>
