I did like this
1.Created one new class for the address(tal portlet) in my createPictMenu. py
2.I then registered the portlet in configure.zcml.
Here is my code bit:
Code:
class
class
class navigation_address(Renderer):
index = ViewPageTemplateFile('templates/portlet_address.pt')
[B]common.py[/B] from cgi import escape from datetime import date from urllib import unquote
Leave a comment: