[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/nzo - main_template.pt:1.6

Brian Lloyd brian at zope.com
Mon Aug 25 17:51:59 EDT 2003


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

Modified Files:
	main_template.pt 
Log Message:
fix main template base href


=== Products/ZopeOrg-NV/skins/nzo/main_template.pt 1.5 => 1.6 ===
              tal:attributes="href python:here.absolute_url()+'/'" />
        <metal:block tal:condition="not:here/aq_explicit/isPrincipiaFolderish|nothing">
           <base href=""
-                tal:define="path python:'/'.join(here.portal_url.getRelativeContentPath(here)[:-1])"
+                tal:define="path python:'/'.join(here.portal_url.getRelativeContentPath(here))"
                 tal:attributes="href python:here.portal_url()+'/'+path+test(len(path)>0,'/','')" />
        </metal:block>
     </metal:block>





More information about the zopeorg-checkins mailing list