<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -450,7 +450,7 @@ Class ContentParser {
 			'/@Next_Page/' =&gt; Partial::render($this-&gt;page, null, '../templates/partials/next-page.html', null, 'NextPage')
 		);
 		// if the page is a Category, push category-specific variables
-		if(get_class($this-&gt;page) == 'Category' || get_class($this-&gt;page) == 'PageInCategory') {
+		if(get_class($this-&gt;page) == 'Category') {
 			// look for a partial file matching the categories name, otherwise fall back to using the category partial
 			$partial_file = file_exists('../templates/partials/'.$this-&gt;page-&gt;name.'.html') ? '../templates/partials/'.$this-&gt;page-&gt;name.'.html' : '../templates/partials/category-list.html';
 			// create a dynamic category list variable</diff>
      <filename>app/stacey.inc.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>56cc7b174b5bd180c4a3a4e7a4e35b263f858aad</id>
    </parent>
  </parents>
  <author>
    <name>Anthony Kolber</name>
    <email>ae@aestheticallyloyal.com</email>
  </author>
  <url>http://github.com/kolber/stacey/commit/a2664dc14798fa4a1d09333c4cc59a87a9b3fab6</url>
  <id>a2664dc14798fa4a1d09333c4cc59a87a9b3fab6</id>
  <committed-date>2009-11-08T04:35:12-08:00</committed-date>
  <authored-date>2009-11-08T04:30:53-08:00</authored-date>
  <message>A PageInCategory should not have access to @Category_List</message>
  <tree>31abb35115b38aa36a093a0f61b91cd63de7e9c5</tree>
  <committer>
    <name>Anthony Kolber</name>
    <email>ae@aestheticallyloyal.com</email>
  </committer>
</commit>
