Commit a1227fb6281b18f2f983ac74a4496d0eb40b6142
1 parent
62b1e8f3
Exists in
master
and in
9 other branches
template name corr
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/REMOTEDATA/ThemisConfigClass.php
... | ... | @@ -14,7 +14,7 @@ class ThemisConfigClass |
14 | 14 | public static $level = "l2"; |
15 | 15 | public static $format = "cdf"; |
16 | 16 | public static $themis = array('A'); //, 'B', 'C', 'D', 'E'); |
17 | - public static $TemplateXml = RemoteData."ThemisTreeTemplate.xml"; | |
17 | + public static $TemplateXml = RemoteData."/ThemisTreeTemplate.xml"; | |
18 | 18 | public static $START_YEAR = "2007"; |
19 | 19 | public static $program = array('peim' => 'themis_esamom2nc', 'peem' => 'themis_esamom2nc', |
20 | 20 | 'peif' => 'themis_esa2nc', 'peef' => 'themis_esa2nc', | ... | ... |