Ajout du slot « body » en alias à « main_no_tabs » car il est utile pour afficher...
[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']