Lines 88-98
foreach my $theme (@themes) {
Link Here
|
88 |
# they cannot stand alone |
88 |
# they cannot stand alone |
89 |
'doc-head-close.inc', |
89 |
'doc-head-close.inc', |
90 |
'opac-bottom.inc', |
90 |
'opac-bottom.inc', |
|
|
91 |
'ill/backends/Standard/shared/forms/article.inc', |
92 |
'ill/backends/Standard/shared/forms/book.inc', |
93 |
'ill/backends/Standard/shared/forms/chapter.inc', |
94 |
'ill/backends/Standard/shared/forms/conference.inc', |
95 |
'ill/backends/Standard/shared/forms/dvd.inc', |
96 |
'ill/backends/Standard/shared/forms/journal.inc', |
97 |
'ill/backends/Standard/shared/forms/resource.inc', |
98 |
'ill/backends/Standard/shared/forms/thesis.inc', |
91 |
); |
99 |
); |
92 |
} else { |
100 |
} else { |
93 |
run_template_test( |
101 |
run_template_test( |
94 |
$theme->{'modules'}, |
102 |
$theme->{'modules'}, |
95 |
$theme->{'includes'}, |
103 |
$theme->{'includes'}, |
|
|
104 |
|
105 |
# templates to exclude from testing because |
106 |
# they cannot stand alone |
107 |
'ill/backends/Standard/shared/forms/article.inc', |
108 |
'ill/backends/Standard/shared/forms/book.inc', |
109 |
'ill/backends/Standard/shared/forms/chapter.inc', |
110 |
'ill/backends/Standard/shared/forms/conference.inc', |
111 |
'ill/backends/Standard/shared/forms/dvd.inc', |
112 |
'ill/backends/Standard/shared/forms/journal.inc', |
113 |
'ill/backends/Standard/shared/forms/resource.inc', |
114 |
'ill/backends/Standard/shared/forms/thesis.inc', |
96 |
); |
115 |
); |
97 |
} |
116 |
} |
98 |
$pm->finish; |
117 |
$pm->finish; |
99 |
- |
|
|