Ignore:
Timestamp:
15 Jul 2006, 07:40:53 (19 years ago)
Author:
joachim
Message:

=types changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/getCreatableItems.py

    r290 r309  
    1111utool = context.portal_url
    1212base_url = utool.getBaseUrl()
     13#return context.getPortalTypeName()
    1314
    14 ##if context.getPortalTypeName() == 'Portal':
    15 ##    return items
     15if context.getPortalTypeName() == 'Portal':
     16    return items
    1617
    1718content_types = context.getSortedContentTypes(allowed=1)
Note: See TracChangeset for help on using the changeset viewer.