diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index 9b35c55b1..e62d351a4 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -293,17 +293,6 @@ END ; } -############################################################################### -# -# print page opening html layout without menu -# @param page title -# @param boh -# @param extra html code for html head section -sub openpagewithoutmenu { - openpage(shift,shift,shift,1); - return; -} - ############################################################################### # # print page closing html layout