diff options
Diffstat (limited to 'pages/whats_on.ecpp')
-rw-r--r-- | pages/whats_on.ecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index d05b9fa..80b9c54 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -13,7 +13,7 @@ using namespace vdrlive; <%args> type = "now"; </%args> -<%include>page_init.ecpp</%include> +<%include>page_init.eh</%include> <{ cSchedulesLock schedulesLock; @@ -92,4 +92,4 @@ if (type == "now") { </div> </body> </html> -<%include>page_exit.ecpp</%include> +<%include>page_exit.eh</%include> |