projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
IHM pour édition des indexes délégués à Solr.
[Plinn.git]
/
skins
/
custom_generic
/
expanded_title.py
diff --git
a/skins/custom_generic/expanded_title.py
b/skins/custom_generic/expanded_title.py
index
8fce45f
..
65827f8
100644
(file)
--- a/
skins/custom_generic/expanded_title.py
+++ b/
skins/custom_generic/expanded_title.py
@@
-3,9
+3,9
@@
##title=Build title which includes site title
##
site_title = context.portal_url.getPortalObject().title_or_id()
##title=Build title which includes site title
##
site_title = context.portal_url.getPortalObject().title_or_id()
-page_title = context.
title_or_i
d()
+page_title = context.
Title() or context.getI
d()
if page_title != site_title:
if page_title != site_title:
- page_title = site_title + ": " + page_title
+ page_title = site_title + "
: " + page_title
return page_title
return page_title