From b8258c4148a885cdb9597991d72583834612f03a Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 23 Feb 2019 16:35:05 +0530 Subject: added template directory --- static/website/completed_workshops.php | 60 ---------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 static/website/completed_workshops.php (limited to 'static/website/completed_workshops.php') diff --git a/static/website/completed_workshops.php b/static/website/completed_workshops.php deleted file mode 100644 index 4abfe13..0000000 --- a/static/website/completed_workshops.php +++ /dev/null @@ -1,60 +0,0 @@ - -
- - - - - - -# | -Workshop Date | -Institution Name | -City | -No. of participants | - - - "; - echo "{$count} | "; - echo "{$row->cfm_wkshop_date} | "; - echo "{$row->institution_name} | "; - echo "{$row->city} | "; - echo "{$row->no_of_participants} | "; - echo ""; - $count++; - } - ?> - -
---|