When I try to call a skin method as follows:
portal.skin_method()
it results in
AttributeError.
I remember being able to do this in older versions of Plone.
Has something changed here?
PS: I am able to do:
portal.portal_skins.skin_name.skin_method()