From 8cd8f8145cf0286e8750c1fe6525c45221dfe4e9 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 27 Mar 2013 20:06:44 +0100 Subject: [PATCH] Adding CertificateController and CourseHomeController (not used yet) + adding comments --- certificates/index.php | 2 +- sincro/index.php | 1 + .../Controller/CertificateController.php | 21 +++++++++++++++++++ .../Controller/CourseHomeController.php | 21 +++++++++++++++++++ 4 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 src/ChamiloLMS/Controller/CertificateController.php create mode 100644 src/ChamiloLMS/Controller/CourseHomeController.php diff --git a/certificates/index.php b/certificates/index.php index 4378bb53f6..ca88a85fba 100644 --- a/certificates/index.php +++ b/certificates/index.php @@ -7,7 +7,7 @@ /** * Initialization - * @todo replace me with a controller + * @todo replace me with a controller! */ $language_file= array('admin', 'gradebook', 'document'); diff --git a/sincro/index.php b/sincro/index.php index 42403050e1..a7f238f886 100755 --- a/sincro/index.php +++ b/sincro/index.php @@ -8,6 +8,7 @@ */ /** * Initialization + * @todo replace this folder with a controller */ $language_file = 'admin'; $cidReset = true; diff --git a/src/ChamiloLMS/Controller/CertificateController.php b/src/ChamiloLMS/Controller/CertificateController.php new file mode 100644 index 0000000000..277d4a1ce9 --- /dev/null +++ b/src/ChamiloLMS/Controller/CertificateController.php @@ -0,0 +1,21 @@ +show();*/ + } +} \ No newline at end of file diff --git a/src/ChamiloLMS/Controller/CourseHomeController.php b/src/ChamiloLMS/Controller/CourseHomeController.php new file mode 100644 index 0000000000..c728a7641a --- /dev/null +++ b/src/ChamiloLMS/Controller/CourseHomeController.php @@ -0,0 +1,21 @@ +show();*/ + } +} \ No newline at end of file