Changeset 285
- Timestamp:
- 03/01/06 09:06:32
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qRSS2Syndication/trunk/skins/qrss2syndication/RSS2.pt
r284 r285 29 29 <description tal:content="res/Description"> 30 30 </description> 31 <author tal:content="res/Creator"></author>32 31 <tal:repeat repeat="subj res/Subject"> 33 32 <category tal:content="subj"> qRSS2Syndication/trunk/skins/qrss2syndication/getSyndicatableContent.py
r284 r285 11 11 if not obj: 12 12 obj = context 13 if hasattr( context,'synContentValues'):13 if hasattr(obj,'synContentValues') or obj.portal_type=='Topic': 14 14 count = context.portal_syndication.getMaxItems(obj) 15 15 res = context.portal_syndication.getSyndicatableContent(obj)
