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

(-)a/xt/author/icondirectories.t (-2 / +1 lines)
Lines 42-48 my $staff_dir = 'koha-tmpl/intranet-tmpl'; Link Here
42
42
43
# Find OPAC themes
43
# Find OPAC themes
44
opendir ( my $dh, $opac_dir ) or die "can't opendir $opac_dir: $!";
44
opendir ( my $dh, $opac_dir ) or die "can't opendir $opac_dir: $!";
45
my @opac_themes = grep { not /^\.|lib|js/ } readdir($dh);
45
my @opac_themes = grep { not /^\.|lib|js|xslt/ } readdir($dh);
46
close $dh;
46
close $dh;
47
47
48
# Find STAFF themes
48
# Find STAFF themes
49
- 

Return to bug 16174