Preview dans ckeditor : y'a une couille avec la locasization. On met ça en stand-by…
[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']