summaryrefslogtreecommitdiff
path: root/pages/edit_timer.ecpp
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-07 18:49:02 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-07 18:49:02 +0000
commit416d738788c76d516dfc5884fafebafc157fd4cb (patch)
treea35e5ed31333d2a790ff81b95d489578bace6091 /pages/edit_timer.ecpp
parentab7a2112f96bb48ee2713ada4c9ce73322cf3cba (diff)
downloadvdr-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/edit_timer.ecpp')
-rw-r--r--pages/edit_timer.ecpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/edit_timer.ecpp b/pages/edit_timer.ecpp
index 1fa3e95..a97ed37 100644
--- a/pages/edit_timer.ecpp
+++ b/pages/edit_timer.ecpp
@@ -31,7 +31,7 @@ using namespace vdrlive;
int lifetime = ::Setup.DefaultLifetime;
aux = "";
</%args>
-<%include>page_init.ecpp</%include>
+<%include>page_init.eh</%include>
<%cpp>
pageTitle = tr("Edit timer");
@@ -172,4 +172,4 @@ using namespace vdrlive;
</div>
</body>
</html>
-<%include>page_exit.ecpp</%include>
+<%include>page_exit.eh</%include>