adding a <meta> field to make Koha's OPAC discoverable
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
dc4a9b09eb
commit
9b1d024b4c
2 changed files with 2 additions and 0 deletions
|
@ -324,6 +324,7 @@ sub get_template_and_user {
|
|||
"BiblioDefaultView".C4::Context->preference("BiblioDefaultView") => 1,
|
||||
OPACFRBRizeEditions => C4::Context->preference("OPACFRBRizeEditions"),
|
||||
'item-level_itypes' => C4::Context->preference('item-level_itypes'),
|
||||
'Version' => C4::Context->preference('Version'),
|
||||
yuipath => C4::Context->preference("yuipath"),
|
||||
);
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Koha <!-- TMPL_VAR NAME="Version" -->" /> <!-- leave this for stats -->
|
||||
<link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" -->/includes/favicon.ico" type="image/x-icon" />
|
||||
<!-- TMPL_IF name="RSS" --><link rel="alternate" type="application/rss+xml" title="Koha - RSS" href="<!-- TMPL_VAR name="site_url"-->/opac-rss.pl?q=<!-- TMPL_VAR name="searchdesc"-->" /><!-- /TMPL_IF -->
|
||||
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/lib/yui/button.css" />
|
||||
|
|
Loading…
Reference in a new issue