Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -139,7 +139,7 @@ module Kanjai | @@ -139,7 +139,7 @@ module Kanjai | ||
| 139 | else | 139 | else |
| 140 | page_template = self.page.page_template | 140 | page_template = self.page.page_template |
| 141 | subpart = TemplatePart.find_by_code(self.type_content) | 141 | subpart = TemplatePart.find_by_code(self.type_content) |
| 142 | - html = TemplateGenerator.subpart_generate(page_template, 'content', subpart.elements, self.marker_hash, self.id) | 142 | + html = Kanjai::TemplateGenerator.subpart_generate(page_template, 'content', subpart.elements, self.marker_hash, self.id) |
| 143 | html | 143 | html |
| 144 | end | 144 | end |
| 145 | end | 145 | end |