viewlet customization
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / viewlets / common.py
diff --git a/src/koehsel.theme/koehsel/theme/viewlets/common.py b/src/koehsel.theme/koehsel/theme/viewlets/common.py
new file mode 100644 (file)
index 0000000..6410eb3
--- /dev/null
@@ -0,0 +1,5 @@
+from plone.app.layout.viewlets import common as base
+from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
+
+class PersonalBarViewlet(base.PersonalBarViewlet):
+    index = ViewPageTemplateFile('personal_bar.pt')