projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Introduction de la méthode « uploadCompleteHandlerCB ».
[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
..
7c8301d
100644
(file)
--- a/
skins/custom_generic/expanded_title.py
+++ b/
skins/custom_generic/expanded_title.py
@@
-3,7
+3,7
@@
##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:
page_title = site_title + ": " + page_title
if page_title != site_title:
page_title = site_title + ": " + page_title