View Single Post
  #14  
Old 01-15-2016, 08:55 AM
  Scott Godin's Avatar 
Scott Godin Scott Godin is offline
 

Advanced Member
  
Join Date: Aug 2014
Location: /diagonally parked in a parallel universe/
Posts: 68
 

Default Re: default/en/category_description.tpl

Whoopsy, left a bit of code out of my above solution that caused Simple CMS pages to fail :

Code:
class Category extends \XLite\View\AView { // add this in public static function getAllowedTargets() { $result = parent::getAllowedTargets(); $result[] = 'category'; $result[] = 'main'; return $result; }
__________________
--
Scott Godin
Reply With Quote