Difference between revisions of "Koha:Customization"
From TSAS Library
JStallings (talk | contribs) |
JStallings (talk | contribs) |
||
Line 3: | Line 3: | ||
* OPAC and staff interface are at <code>/htdocs</code>, so the URL in the "favicon" Administration Preferences in Koha should be <code><nowiki>http://sitename.com/image.png</nowiki></code> | * OPAC and staff interface are at <code>/htdocs</code>, so the URL in the "favicon" Administration Preferences in Koha should be <code><nowiki>http://sitename.com/image.png</nowiki></code> | ||
< / | <references /> | ||
[[Category:Koha]] | [[Category:Koha]] |
Revision as of 11:23, 28 August 2016
Favicon
- Create 16x16 or 32x32 .png, upload<ref>May need to upload to directory with permissions, then
sudo mv file.png /usr/share/koha/opac/htdocs
. Change permissions withsudo chown root image.png
to/usr/share/koha/opac/htdocs
. - OPAC and staff interface are at
/htdocs
, so the URL in the "favicon" Administration Preferences in Koha should behttp://sitename.com/image.png