source: waeup_product/trunk/skins/waeup_student/student_folder_view.py @ 53

Last change on this file since 53 was 48, checked in by joachim, 19 years ago

=weiteres

  • Property svn:keywords set to Id
File size: 383 bytes
Line 
1##parameters=REQUEST=None,psm=None,groups=None
2
3# $Id: student_folder_view.py 48 2005-10-16 15:47:22Z joachim $
4
5"""Default view for the forum. If post_id is not None, post with id = <post_id>
6will be displayed, otherwise first post will be displayed."""
7
8admin = "SectionManager" in context.portal_membership.getAuthenticatedMember().getRolesInContext(context)
9
10return context.student_folder_view_main(admin = admin,psm=psm,groups=groups)
Note: See TracBrowser for help on using the repository browser.