https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18472 --- Comment #12 from Marc Véron <veron@veron.ch> --- (In reply to M. Tompsett from comment #10)
Comment on attachment 62866 [details] [review] Bug 18472: Add system preferences to manage online help system
Review of attachment 62866 [details] [review]: ----------------------------------------------------------------- (...)
::: koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc @@ +1,1 @@
+[% USE Koha %]
doc-head-open.inc has a [% USE Koha %] -- Is this necessary or preferred?
::: koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt @@ +1,1 @@
+[% USE Koha %]
help-top.inc includes doc-head-open.inc which has a [% USE Koha %] -- Is this necessary or preferred?
Yes, see comment #2 If I do not include them, Koha.Preference('HelpSystem') does not trigger. -- You are receiving this mail because: You are watching all bug changes.