]> CRI, Mines Paris - PSL - Plinn.git/blobdiff - skins/custom_generic/expanded_title.py
fckeditor -> ckeditor
[Plinn.git] / skins / custom_generic / expanded_title.py
index 8fce45fdd8aa1236b48b600dc642f8a978d4f9ec..7c8301dd22f6cdc40bde6c9cdaa19ab824198b77 100644 (file)
@@ -3,7 +3,7 @@
 ##title=Build title which includes site title
 ##
 site_title = context.portal_url.getPortalObject().title_or_id()
-page_title = context.title_or_id()
+page_title = context.Title() or context.getId()
 
 if page_title != site_title:
        page_title = site_title + ": " + page_title