Déplacement pour eggification.
[Plinn.git] / skins / content / plinn_folder_view.py
diff --git a/skins/content/plinn_folder_view.py b/skins/content/plinn_folder_view.py
deleted file mode 100755 (executable)
index 09af73d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-##parameters=*arg, **kw
-reqOther = context.REQUEST.other
-if hasattr(context, 'index_html') :
-       homePath = context.index_html.getPhysicalPath()
-       folderPath = context.getPhysicalPath()
-       if len(homePath) == len(folderPath) + 1 and homePath[:-1] == folderPath:
-               reqOther['forceTab'] = 'view'
-               return context.index_html(*arg, **kw)
-
-reqOther['forceTab'] = 'folderContents'
-return context.folder_contents(*arg, **kw)
\ No newline at end of file