I am not sure whether the installer puts the includes directory in the right place. See http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=600 Should the includes dir really be under the currently selected template, or is the one from intranet-tmpl/defaults/en always used? -- MJR/slef My Opinion Only and possibly not of any group I know. Please http://remember.to/edit_messages on lists to be sure I read http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
MJ Ray wrote:
I am not sure whether the installer puts the includes directory in the right place. See http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=600 Should the includes dir really be under the currently selected template, or is the one from intranet-tmpl/defaults/en always used?
I suspect that the includes= line is no more usefull. Look at get_template_and_user sub, if it's used, it in this sub. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
On 2003-11-03 13:44:37 +0000 paul POULAIN <paul.poulain@free.fr> wrote:
I suspect that the includes= line is no more usefull. Look at get_template_and_user sub, if it's used, it in this sub.
It is used in C4/Output.pm to set up the $path variable, which is used extensively. What can we replace this with? -- MJR/slef My Opinion Only and possibly not of any group I know. Please http://remember.to/edit_messages on lists to be sure I read http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
MJ Ray wrote:
On 2003-11-03 13:44:37 +0000 paul POULAIN <paul.poulain@free.fr> wrote:
I suspect that the includes= line is no more usefull. Look at get_template_and_user sub, if it's used, it in this sub.
It is used in C4/Output.pm to set up the $path variable, which is used extensively. What can we replace this with?
I suspect i wrote something stupid. <back from vacations today. Maybe 500 mails to read where a little bit too much :-) ) -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
On 2003-11-03 15:02:06 +0000 paul POULAIN <paul.poulain@free.fr> wrote:
I suspect i wrote something stupid. <back from vacations today. Maybe 500 mails to read where a little bit too much :-) )
That's OK. If anyone has ideas on this, please take a look and let me know what I should do with it. -- MJR/slef My Opinion Only and possibly not of any group I know. Please http://remember.to/edit_messages on lists to be sure I read http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
On 2003-10-27 10:39:20 +0000 MJ Ray <mjr@dsl.pipex.com> wrote:
I am not sure whether the installer puts the includes directory in the right place. See http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=600 Should the includes dir really be under the currently selected template, or is the one from intranet-tmpl/defaults/en always used?
I am not getting any feedback on this, so I assume no-one cares how I fix it. I will probably remove this setting and try to update all references to it, then see what breaks. -- MJR/slef My Opinion Only and possibly not of any group I know. Please http://remember.to/edit_messages on lists to be sure I read http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
participants (2)
-
MJ Ray -
paul POULAIN