From e897147a3acb1ca4baacf0f5fec976a0ea8c90ee Mon Sep 17 00:00:00 2001 From: TheTroll Date: Mon, 22 Feb 2010 21:58:26 +0100 Subject: Fixed timers edit Add new timer link to edit timer Timers are not yet settable though --- includes/include.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'includes/include.php') diff --git a/includes/include.php b/includes/include.php index 4810227..46e758f 100755 --- a/includes/include.php +++ b/includes/include.php @@ -48,9 +48,6 @@ function selectpage() case ("timers"): gen_timers(); break; - case ("new_timer"): - gen_new_timer(); - break; case ("edit_timer"): gen_edit_timer(); break; @@ -111,13 +108,9 @@ function gen_timers() { include('includes/inc_timers.php'); } -function gen_new_timer() -{ - include('new_timer.html'); -} function gen_edit_timer() { - include('edit_timer.html'); + include('includes/inc_edittimer.php'); } -- cgit v1.2.3