Implémentation du put webdav par méthode adhoc (put_upload). Pour l'instant, l'implém...
[Plinn.git] / skins / custom_generic / main_template / macros / master.py
1 ##parameters
2
3 if context.REQUEST.form.get('ajax') :
4 template = context.main_template_ajax
5 else :
6 template = context.main_template_standard
7 return template.macros['master']