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

(-)a/C4/Templates.pm (-1 / +4 lines)
Lines 264-269 sub themelanguage { Link Here
264
            return ( $theme, 'en', uniq( \@themes ) );
264
            return ( $theme, 'en', uniq( \@themes ) );
265
        }
265
        }
266
    }
266
    }
267
    # tmpl is a full path, so this is a template for a plugin
268
    if ( $tmpl =~ /^\// && -e $tmpl ) {
269
        return ( $themes[0], $lang, uniq( \@themes ) );
270
    }
267
}
271
}
268
272
269
273
270
- 

Return to bug 13473