##// END OF EJS Templates
templater: look for mapfiles in template paths...
Jordi Gutiérrez Hermoso -
r25096:081b08e4 default
parent child Browse files
Show More
@@ -743,7 +743,7 b' class templater(object):'
743 raise util.Abort(_("style '%s' not found") % mapfile,
743 raise util.Abort(_("style '%s' not found") % mapfile,
744 hint=_("available styles: %s") % stylelist())
744 hint=_("available styles: %s") % stylelist())
745
745
746 conf = config.config()
746 conf = config.config(includepaths=templatepaths())
747 conf.read(mapfile)
747 conf.read(mapfile)
748
748
749 for key, val in conf[''].items():
749 for key, val in conf[''].items():
General Comments 0
You need to be logged in to leave comments. Login now