View | Details | Raw Unified | Return to bug 7367
Collapse All | Expand All

(-)a/C4/Auth.pm (-2 lines)
Lines 488-494 sub get_template_and_user { Link Here
488
488
489
        $template->param(OpacPublic => '1') if ($user || C4::Context->preference("OpacPublic"));
489
        $template->param(OpacPublic => '1') if ($user || C4::Context->preference("OpacPublic"));
490
    }
490
    }
491
	$template->param(listloop=>[{shelfname=>"Freelist", shelfnumber=>110}]);
492
    return ( $template, $borrowernumber, $cookie, $flags);
491
    return ( $template, $borrowernumber, $cookie, $flags);
493
}
492
}
494
493
495
- 

Return to bug 7367