637cf26045
This patch adds two sysprefs: OpacFavicon IntranetFavicon The two sysprefs take full URLs to an alternate favicon.ico file for the OPAC and Staff Client, respectively. Leaving them blank will use the favicon.ico file that is included with Koha. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
4 lines
409 B
HTML
4 lines
409 B
HTML
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="shortcut icon" href="<!-- TMPL_IF NAME="IntranetFavicon" --><!-- TMPL_VAR NAME="IntranetFavicon" --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="themelang" -->/includes/favicon.ico<!-- /TMPL_IF -->" type="image/x-icon" />
|
|
<link rel="stylesheet" type="text/css" media="print" href="<!-- TMPL_VAR name="themelang" -->/css/print.css" />
|
|
|