Changeset 309 for WAeUP_SRP/trunk/skins/waeup_default
- Timestamp:
- 15 Jul 2006, 07:40:53 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/getCreatableItems.py
r290 r309 11 11 utool = context.portal_url 12 12 base_url = utool.getBaseUrl() 13 #return context.getPortalTypeName() 13 14 14 ##if context.getPortalTypeName() == 'Portal':15 ##return items15 if context.getPortalTypeName() == 'Portal': 16 return items 16 17 17 18 content_types = context.getSortedContentTypes(allowed=1)
Note: See TracChangeset for help on using the changeset viewer.