Déplacement pour eggification.
[Plinn.git] / Products / Plinn / 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']