[Zope-CMF] How can I stop Portal title from repeating it self?

marc lindahl marc@bowery.com
Wed, 21 Nov 2001 11:38:34 -0500


THis is what I did in standard_top_bar.dtml:

  <td class="PortalTitle" width="84%" align="left"
      valign="center">
   <h1><dtml-with portal_properties>&dtml-title;</dtml-with
   ><dtml-if "_.hasattr(this().aq_parent, 'portal_url')">
      <dtml-if name="Title">: &dtml-Title;</dtml-if></dtml-if></h1>
  </td>



> From: sorular@netscape.net
> Date: Wed, 21 Nov 2001 07:21:38 -0500
> To: zope-cmf@zope.org
> Subject: [Zope-CMF] How can I stop Portal title from repeating it self?
> 
> When I create a CMF portal and give a Portal Title, it repeats itself at the
> top left corner....
> ie  Test Portal : Test Portal
> 
> Any ideas on how to prevent this?
> 
> cheers
> 
> ~hasan
> -- 
> 
> 
> 
> 
> __________________________________________________________________
> Your favorite stores, helpful shopping tools and great gift ideas. Experience
> the convenience of buying online with Shop@Netscape!
> http://shopnow.netscape.com/
> 
> Get your own FREE, personal Netscape Mail account today at
> http://webmail.netscape.com/
> 
> 
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
> 
> See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
> requests