|
|
@@ -737,7 +737,7 @@ class HTMLReportCreator(ReportCreator):
|
|
737
|
737
|
binarypath = os.path.dirname(os.path.abspath(__file__))
|
|
738
|
738
|
secondarypath = os.path.join(binarypath, '..', 'share', 'gitstats')
|
|
739
|
739
|
basedirs = [binarypath, secondarypath, '/usr/share/gitstats']
|
|
740
|
|
- for file in ('gitstats.css', 'sortable.js', 'arrow-up.gif', 'arrow-down.gif', 'arrow-none.gif'):
|
|
|
740
|
+ for file in (conf['style'], 'sortable.js', 'arrow-up.gif', 'arrow-down.gif', 'arrow-none.gif'):
|
|
741
|
741
|
for base in basedirs:
|
|
742
|
742
|
src = base + '/' + file
|
|
743
|
743
|
if os.path.exists(src):
|