From 12b49ff84bc87387e1cf7a9d3a6c42dece6ec277 Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 3 Jun 2004 10:02:08 +0000 Subject: [PATCH] removing unused code --- C4/Output.pm | 945 +-------------------------------------------------- 1 file changed, 3 insertions(+), 942 deletions(-) diff --git a/C4/Output.pm b/C4/Output.pm index 4f308c7604..2cb7d30a5b 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -41,19 +41,7 @@ $VERSION = 0.01; =head1 NAME -C4::Output - Functions for generating HTML for the Koha web interface - -=head1 SYNOPSIS - - use C4::Output; - - $str = &mklink("http://www.koha.org/", "Koha web page"); - print $str; - -=head1 DESCRIPTION - -The functions in this module generate HTML, and return the result as a -printable string. +C4::Output - Functions for managing templates =head1 FUNCTIONS @@ -62,16 +50,9 @@ printable string. =cut @ISA = qw(Exporter); -@EXPORT = qw(&startpage &endpage - &mktablehdr &mktableft &mktablerow &mklink - &startmenu &endmenu &mkheadr - ¢er &endcenter - &mkform &mkform2 &bold - &gotopage &mkformnotable &mkform3 - &getkeytableselectoptions - &pathtotemplate +@EXPORT = qw( &themelanguage &gettemplate - ); + ); #FIXME: this is a quick fix to stop rc1 installing broken #Still trying to figure out the correct fix. @@ -148,926 +129,6 @@ sub themelanguage { } -=item pathtotemplate - - %values = &pathtotemplate(template => $template, - theme => $themename, - language => $language, - type => $ptype, - path => $includedir); - -Finds a directory containing the desired template. The C