standard setting: empty breadcrumbs
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3298 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
b9fa00b1e7
commit
e179848ad6
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class BaseView(object):
|
|||
self.context.uid, normalize(self.context.title))
|
||||
|
||||
def breadcrumbs(self):
|
||||
return []
|
||||
result = [dict(label=self.title, url=self.url)]
|
||||
viewAnnotations = self.request.annotations.setdefault('loops.view', {})
|
||||
pageName = viewAnnotations.get('pageName')
|
||||
|
|
Loading…
Add table
Reference in a new issue