http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=555 Summary: Itemtype images do not appear in OPAC Product: Koha Version: 2.0.0 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: OPAC AssignedTo: chris@katipo.co.nz ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@lists.sourceforge.net Some templates use images to indicate what itemtype an item has. The markup in the template shows this: <TMPL_INCLUDE NAME="itemtype-image.inc"> The include file contains blocks like this: <TMPL_IF NAME="largeprint"><img src="<TMPL_VAR NAME='themelang'>/images/large-print.gif" width="50" height="45" border="0" alt=""></TMPL_IF> But when I change "largeprint" to one of our own itemtypes, the IF apparently doesn't evaluate as true, because no HTML is included. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.