remove camel-case from file names

This commit is contained in:
Milan
2019-10-04 14:18:34 +02:00
parent 9c85a86caf
commit f0be286f47
11 changed files with 15 additions and 61 deletions

View File

@@ -0,0 +1,6 @@
<div id="newSeries">
<TMPL_LOOP newSeries>
<TMPL_IF has_single_events><TMPL_VAR .loc.single_events><TMPL_ELSE><TMPL_VAR series_name></TMPL_IF><br>
</TMPL_LOOP>
</div>