[Zope] <!--#var ZopeAttributionButton-->
Jeff K. Hoffman
jkhoffman@carolina.rr.com
Thu, 16 Dec 1999 09:50:53 -0500 (EST)
On Thu, 16 Dec 1999, ozric wrote:
> I am using the button because I like to give credit for good work.
> The problem is I have it in a frame and I need to make it target="_top"
> how would one fix such a thing. Along those lines where do the images for the
> manager screens live at ? And are there any more hidden things in zope to
> play with ?
Maybe (untested):
<dtml-var "ZopeAttributeButton.tag(target = '_top')">
--Jeff