Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / photo_theme / member_albums.py
diff --git a/Products/Plinn/skins/photo_theme/member_albums.py b/Products/Plinn/skins/photo_theme/member_albums.py
new file mode 100755 (executable)
index 0000000..dab1be5
--- /dev/null
@@ -0,0 +1,6 @@
+##parameters=
+
+from Products.Plinn.utils import searchContentsWithLocalRolesForAuthenticatedUser as search
+
+results = search(portal_type='Portfolio')
+return context.member_albums_template(results = results)
\ No newline at end of file