source: WAeUP_SRP/branches/joachim-azax-branch/skins/waeup_academics/academicsParent.py @ 4132

Last change on this file since 4132 was 1988, checked in by joachim, 17 years ago

merged r1979:r1987 from trunk

  • Property svn:keywords set to Id
File size: 345 bytes
Line 
1## Script (Python) "navigationParent"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind subpath=traverse_subpath
7##parameters=obj=None,templateId=None
8##title=returns the appropriate url for the parent object
9##
10
11if obj is None:
12    obj=context
13
14
15parent=obj.aq_parent
16
17return parent.absolute_url()
18
Note: See TracBrowser for help on using the repository browser.