koha-devel
[Top][All Lists]
Advanced

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

Re: [Koha-devel] issues-top.inc


From: Owen Leonard
Subject: Re: [Koha-devel] issues-top.inc
Date: Sat Mar 6 08:58:10 2004

> I have never seen issues-top.inc displayed in my 
> installation.

Looks like it is included at the top of reports.tmpl and is referenced in 
Output.pm, although I'm not sure that's relevant.  Maybe someone else can take 
a look:

355   sub startmenu($) {
356     # edit the paths in here
357     my ($type)=shift;
358     if ($type eq 'issue') {
359       open (FILE,"$path/issues-top.inc") || die "could not find : 
$path/issues-top.inc";
360     }

  -- Owen



reply via email to

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