X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/3c4367d8e03450e9a73e61f4247145d2b6c86a33..959d888c17d1403d2eeecc19bc4b5e2c8d1debf6:/skins/custom_generic/main_template/macros/master.py?ds=inline diff --git a/skins/custom_generic/main_template/macros/master.py b/skins/custom_generic/main_template/macros/master.py deleted file mode 100644 index f3adfe6..0000000 --- a/skins/custom_generic/main_template/macros/master.py +++ /dev/null @@ -1,7 +0,0 @@ -##parameters - -if context.REQUEST.form.get('ajax') : - template = context.main_template_ajax -else : - template = context.main_template_standard -return template.macros['master'] \ No newline at end of file