5 Oct
2003
5 Oct
'03
8:59 a.m.
On 5 Oct 2003 at 14:13, MJ Ray wrote:
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/[\"'][^\"']*\$//"
Thank you for clarifying. Benedict