X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=src%2Fkoehsel.theme%2Fkoehsel%2Ftheme%2Fviewlets%2Fcommon.py;fp=src%2Fkoehsel.theme%2Fkoehsel%2Ftheme%2Fviewlets%2Fcommon.py;h=6410eb371312858645397a06040bc8e2729a43c2;hb=64a690477fe77fcb43865536976f74f34c7d743e;hp=0000000000000000000000000000000000000000;hpb=1e4a3a78ba63533129b39f9f774f0980d1d31b5b;p=zope-bootstrap.git diff --git a/src/koehsel.theme/koehsel/theme/viewlets/common.py b/src/koehsel.theme/koehsel/theme/viewlets/common.py new file mode 100644 index 0000000..6410eb3 --- /dev/null +++ b/src/koehsel.theme/koehsel/theme/viewlets/common.py @@ -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')