##// END OF EJS Templates
hgweb: rely on open_template()'s fallback to using templatedir()...
Martin von Zweigbergk -
r45877:c37ab438 default
parent child Browse files
Show More
@@ -65,10 +65,6 b' def _stylemap(styles, path=None):'
65 65 3. templatepath/map
66 66 """
67 67
68 if path is None:
69 path = templater.templatedir()
70
71 if path is not None:
72 68 for style in styles:
73 69 # only plain name is allowed to honor template paths
74 70 if (
General Comments 0
You need to be logged in to leave comments. Login now