[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/nzo - header.pt:1.3

Brian Lloyd brian at zope.com
Mon Aug 25 16:06:45 EDT 2003


Update of /cvs-zopeorg/Products/ZopeOrg-NV/skins/nzo
In directory cvs.zope.org:/tmp/cvs-serv16860

Modified Files:
	header.pt 
Log Message:
fix title


=== Products/ZopeOrg-NV/skins/nzo/header.pt 1.2 => 1.3 ===
     <title tal:define="portal_title here/portal_properties/title;
                        here_title python:test( portal_title != here.title_or_id()
                                              , here.title_or_id()
-                                             , template.title_or_id());"
-           tal:content="string:$portal_title - $here_title">Title of page</title>
+                                             , '');">
+           <span tal:replace="string:$portal_title" /><span 
+            tal:condition="here_title" 
+            tal:replace="string: - $here_title" /></title>
 
     <metal:block metal:define-slot="base" />
 





More information about the zopeorg-checkins mailing list