[Checkins] SVN: plonetheme.zope2/trunk/plonetheme/zope2/browser/topimage.pt fixed link

Andreas Jung andreas at andreas-jung.com
Tue Sep 1 10:44:54 EDT 2009


Log message for revision 103452:
  fixed link
  

Changed:
  U   plonetheme.zope2/trunk/plonetheme/zope2/browser/topimage.pt

-=-
Modified: plonetheme.zope2/trunk/plonetheme/zope2/browser/topimage.pt
===================================================================
--- plonetheme.zope2/trunk/plonetheme/zope2/browser/topimage.pt	2009-09-01 14:38:04 UTC (rev 103451)
+++ plonetheme.zope2/trunk/plonetheme/zope2/browser/topimage.pt	2009-09-01 14:44:53 UTC (rev 103452)
@@ -1,6 +1,6 @@
 
-<div class="topimage">
-    <a href="about-zope"
-    i18n:domain="plone">
+<div class="topimage" tal:define="portal_url python: context.portal_url.getPortalObject().absolute_url()">
+    <a tal:attributes="href string:${context/portal_url}/about-zope-2/six-reasons-for-using-zope"
+       i18n:domain="plone">
         <img src="sixtop.jpg" alt="sixtop" width="605" /></a>
 </div>



More information about the checkins mailing list