Showing
2 changed files
with
2 additions
and
3 deletions
| @@ -138,8 +138,7 @@ module Kanjai | @@ -138,8 +138,7 @@ module Kanjai | ||
| 138 | else | 138 | else |
| 139 | if normal_state_template.present? | 139 | if normal_state_template.present? |
| 140 | subparts << normal_state_template.gsub('###link###', page.menu_url(session[:scheme], lang = nil).to_s) | 140 | subparts << normal_state_template.gsub('###link###', page.menu_url(session[:scheme], lang = nil).to_s) |
| 141 | - .gsub('###title###',session[:url].to_s) | ||
| 142 | - # .gsub('###title###', page.lang_attributes(I18n.locale, :title).to_s) | 141 | + .gsub('###title###', page.lang_attributes(I18n.locale, :title).to_s) |
| 143 | end | 142 | end |
| 144 | end | 143 | end |
| 145 | 144 |