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

Andreas Jung andreas at andreas-jung.com
Wed Sep 30 23:48:28 EDT 2009


Log message for revision 104664:
  fixed urls
  

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-30 23:51:51 UTC (rev 104663)
+++ plonetheme.zope2/trunk/plonetheme/zope2/browser/topimage.pt	2009-10-01 03:48:27 UTC (rev 104664)
@@ -1,6 +1,6 @@
 
 <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"
+    <a tal:attributes="href string:$portal_url/about-zope-2/six-reasons-for-using-zope"
        i18n:domain="plone">
-        <img src="sixtop.jpg" alt="sixtop" width="605" /></a>
+        <img tal:attributes="src string:$portal_url/sixtop.jpg" alt="sixtop" width="605" /></a>
 </div>



More information about the checkins mailing list