diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-07 18:49:02 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-07 18:49:02 +0000 |
commit | 416d738788c76d516dfc5884fafebafc157fd4cb (patch) | |
tree | a35e5ed31333d2a790ff81b95d489578bace6091 /pages/whats_on.ecpp | |
parent | ab7a2112f96bb48ee2713ada4c9ce73322cf3cba (diff) | |
download | vdr-plugin-live-416d738788c76d516dfc5884fafebafc157fd4cb.tar.gz vdr-plugin-live-416d738788c76d516dfc5884fafebafc157fd4cb.tar.bz2 |
- renamed page_init.ecpp and page_exit.ecpp to *.eh
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> |