koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-devel] which templates unused?


From: MJ Ray
Subject: Re: [Koha-devel] which templates unused?
Date: Sun Oct 5 06:13:08 2003

On 2003-10-04 19:51:59 +0100 Benedykt <address@hidden> wrote:
In acqui directory there can be found seemingly redundant template files basket, newbasket newbasket2 (catalog and accounting information). Are all of them used?

As far as I can tell, almost all. Try the following bash command to see (more or less) what templates are used by koha:

grep -r template_name koha/intranet/cgi-bin koha/opac/cgi-bin | sed -e "s/^[^\"']*[\"']//;s/[\"'][^\"']*\$//"

I think that the templates need refactoring but I won't be working on them any time soon.

I do not have a working copy of koha.... .

Whyever not? ;-)

--
MJR/slef     My Opinion Only and possibly not of any group I know.
http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ address@hidden
 Creative copyleft computing services via http://www.ttllp.co.uk/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]