Commit ef166af0 authored by Chris McDonough's avatar Chris McDonough

Changed HTMLFiles over to DTMLFile after fixing treetag-related problem with DTMLFiles.

parent 54c6cb2a
......@@ -86,7 +86,7 @@
import Acquisition
from OFS.SimpleItem import Item
from OFS.ObjectManager import ObjectManager
from Globals import Persistent, DTMLFile, HTMLFile, HTML
from Globals import Persistent, DTMLFile, HTML
from Products.ZCatalog.ZCatalog import ZCatalog
from Products.ZCatalog.Lazy import LazyCat
import Products
......@@ -147,7 +147,7 @@ class HelpSys(Acquisition.Implicit, ObjectManager, Item, Persistent):
searchResults=__call__
index_html=DTMLFile('dtml/frame', globals())
menu=HTMLFile('dtml/menu', globals())
menu=DTMLFile('dtml/menu', globals())
search=DTMLFile('dtml/search', globals())
results=DTMLFile('dtml/results', globals())
main=HTML("""<html></html>""")
......
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