<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -41,12 +41,12 @@ class Router extends Base {
 			echo &quot;You should have been redirected &lt;a href=\&quot;&quot;.getLink($this-&gt;controller-&gt;redirect).&quot;\&quot;&gt;here&lt;/a&gt;.&quot;;
 			return;
 		} try {
-			$out = TemplateEngine::renderPage(&quot;$this-&gt;model/$this-&gt;command&quot;, 
+			$out = PageEngine::renderPage(&quot;$this-&gt;model/$this-&gt;command&quot;, 
 			       Array('result'=&gt;$this-&gt;result, 'errors'=&gt;$this-&gt;controller-&gt;errors));
 		} catch (Exception $e) {
 			$this-&gt;exception = $e;
 		} if ($this-&gt;exception) {
-			$out = TemplateEngine::renderPage(&quot;error&quot;, Array('result'=&gt;$this-&gt;exception));
+			$out = PageEngine::renderPage(&quot;error&quot;, Array('result'=&gt;$this-&gt;exception));
 		} return $out;
 	}
 
@@ -80,7 +80,7 @@ class Router extends Base {
 	 */
 	private function output_partial() {
 		if ($this-&gt;doRedirect()) return Router::route($this-&gt;contoller-&gt;redirect);
-		return TemplateEngine::renderPartial(&quot;$this-&gt;model/$this-&gt;command&quot;, 
+		return PageEngine::renderPartial(&quot;$this-&gt;model/$this-&gt;command&quot;, 
 		       Array('result'=&gt;$this-&gt;result, 'errors'=&gt;$this-&gt;controller-&gt;errors));
 	}
 </diff>
      <filename>source/classes/core/Router.php</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
  * Part of RabidCore.
  * For licensing and information, visit &lt;http://rabidcore.com&gt;.
  */
-class TemplateEngine extends Base {
+class PageEngine extends Base {
 
 	protected static $baseDir = 'views/'; //The base directory for template files.
 </diff>
      <filename>source/classes/core/TemplateEngine.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>051e083b48901c147bfd471fac574b516f37d52f</id>
    </parent>
  </parents>
  <author>
    <name>Yuffster</name>
    <email>msteigerwalt@gmail.com</email>
  </author>
  <url>http://github.com/Yuffster/rabidcore/commit/4d1155d71bba623ebeae5475c01c721048740719</url>
  <id>4d1155d71bba623ebeae5475c01c721048740719</id>
  <committed-date>2008-12-15T01:21:05-08:00</committed-date>
  <authored-date>2008-12-15T01:21:05-08:00</authored-date>
  <message>Changed the name of TemplateEngine to PageEngine (I freaking love sed).</message>
  <tree>81c45815863b77ca905e2fb1a9fada6869d1d449</tree>
  <committer>
    <name>Yuffster</name>
    <email>msteigerwalt@gmail.com</email>
  </committer>
</commit>
