Commit 6a75bd86 authored by 's avatar

Fixed zope button link.

parent 1c7bf350
...@@ -85,8 +85,8 @@ ...@@ -85,8 +85,8 @@
__doc__='''Application support __doc__='''Application support
$Id: Application.py,v 1.118 1999/12/14 19:49:58 jim Exp $''' $Id: Application.py,v 1.119 2000/03/14 19:54:09 brian Exp $'''
__version__='$Revision: 1.118 $'[11:-2] __version__='$Revision: 1.119 $'[11:-2]
import Globals,Folder,os,sys,App.Product, App.ProductRegistry, misc_ import Globals,Folder,os,sys,App.Product, App.ProductRegistry, misc_
...@@ -255,7 +255,7 @@ class Application(Globals.ApplicationDefaultPermissions, ...@@ -255,7 +255,7 @@ class Application(Globals.ApplicationDefaultPermissions,
def ZopeAttributionButton(self): def ZopeAttributionButton(self):
"""Returns an HTML fragment that displays the 'powered by zope' """Returns an HTML fragment that displays the 'powered by zope'
button along with a link to the Zope site.""" button along with a link to the Zope site."""
return '<a href="http://www.zope.org/Credits"><img ' \ return '<a href="http://www.zope.org/Credits" target="_top"><img ' \
'src="%s/p_/ZopeButton" width="115" height="50" ' \ 'src="%s/p_/ZopeButton" width="115" height="50" ' \
'border="0" alt="Powered by Zope"></a>' % self.REQUEST.BASE1 'border="0" alt="Powered by Zope"></a>' % self.REQUEST.BASE1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment