diff --git a/main/template/minedu/README.txt b/main/template/minedu/README.txt deleted file mode 100644 index 118aa0b4bf..0000000000 --- a/main/template/minedu/README.txt +++ /dev/null @@ -1 +0,0 @@ -This template is just an extension of the "default" template. Just use it as a starting point when developing a new template. It will save you time. diff --git a/main/template/minedu/admin/questionmanager/edit_category.tpl b/main/template/minedu/admin/questionmanager/edit_category.tpl deleted file mode 100644 index f1333f57ec..0000000000 --- a/main/template/minedu/admin/questionmanager/edit_category.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/admin/questionmanager/edit_category.tpl" %} diff --git a/main/template/minedu/admin/questionmanager/edit_question.tpl b/main/template/minedu/admin/questionmanager/edit_question.tpl deleted file mode 100644 index a42d9a4f0d..0000000000 --- a/main/template/minedu/admin/questionmanager/edit_question.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/admin/questionmanager/edit_question.tpl" %} diff --git a/main/template/minedu/admin/questionmanager/question_categories.tpl b/main/template/minedu/admin/questionmanager/question_categories.tpl deleted file mode 100644 index 956c2e5c4d..0000000000 --- a/main/template/minedu/admin/questionmanager/question_categories.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/admin/questionmanager/question_categories.tpl" %} diff --git a/main/template/minedu/admin/questionmanager/questionmanager.tpl b/main/template/minedu/admin/questionmanager/questionmanager.tpl deleted file mode 100644 index 61a95371ab..0000000000 --- a/main/template/minedu/admin/questionmanager/questionmanager.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/admin/questionmanager/questionmanager.tpl" %} diff --git a/main/template/minedu/admin/questionmanager/questions.tpl b/main/template/minedu/admin/questionmanager/questions.tpl deleted file mode 100644 index 5e66d84197..0000000000 --- a/main/template/minedu/admin/questionmanager/questions.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/admin/questionmanager/questions.tpl" %} diff --git a/main/template/minedu/admin/questionmanager/show_category.tpl b/main/template/minedu/admin/questionmanager/show_category.tpl deleted file mode 100644 index 0d0d908fbe..0000000000 --- a/main/template/minedu/admin/questionmanager/show_category.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/admin/questionmanager/show_category.tpl" %} diff --git a/main/template/minedu/admin/settings_index.tpl b/main/template/minedu/admin/settings_index.tpl deleted file mode 100644 index 9ba7d650a5..0000000000 --- a/main/template/minedu/admin/settings_index.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/admin/settings_index.tpl" %} diff --git a/main/template/minedu/agenda/month.tpl b/main/template/minedu/agenda/month.tpl deleted file mode 100644 index 900168977c..0000000000 --- a/main/template/minedu/agenda/month.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/agenda/month.tpl" %} diff --git a/main/template/minedu/auth/categories_list.php b/main/template/minedu/auth/categories_list.php deleted file mode 100644 index ccaeb0d04c..0000000000 --- a/main/template/minedu/auth/categories_list.php +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/auth/categories_list.tpl" %} diff --git a/main/template/minedu/auth/courses_categories.php b/main/template/minedu/auth/courses_categories.php deleted file mode 100644 index e5d9f1915c..0000000000 --- a/main/template/minedu/auth/courses_categories.php +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/auth/courses_categories.tpl" %} diff --git a/main/template/minedu/auth/courses_list.php b/main/template/minedu/auth/courses_list.php deleted file mode 100644 index 05567a15b2..0000000000 --- a/main/template/minedu/auth/courses_list.php +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/auth/courses_list.tpl" %} diff --git a/main/template/minedu/auth/layout.php b/main/template/minedu/auth/layout.php deleted file mode 100644 index 0d0d057616..0000000000 --- a/main/template/minedu/auth/layout.php +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/auth/layout.tpl" %} diff --git a/main/template/minedu/auth/login.tpl b/main/template/minedu/auth/login.tpl deleted file mode 100644 index 64288ff3e4..0000000000 --- a/main/template/minedu/auth/login.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} -{% block content %} -
-

{{ 'SignIn' | get_lang }}

- {{ error }} - - - -
-{% endblock %} diff --git a/main/template/minedu/course_description/edit.tpl b/main/template/minedu/course_description/edit.tpl deleted file mode 100644 index 2fa7a43878..0000000000 --- a/main/template/minedu/course_description/edit.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/course_description/edit.tpl" %} diff --git a/main/template/minedu/course_description/index.tpl b/main/template/minedu/course_description/index.tpl deleted file mode 100644 index 5c49b6acc4..0000000000 --- a/main/template/minedu/course_description/index.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/course_description/index.tpl" %} diff --git a/main/template/minedu/course_description/upload.tpl b/main/template/minedu/course_description/upload.tpl deleted file mode 100644 index ec21717727..0000000000 --- a/main/template/minedu/course_description/upload.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/course_description/upload.tpl" %} diff --git a/main/template/minedu/create_course/add_course.tpl b/main/template/minedu/create_course/add_course.tpl deleted file mode 100644 index 063360e36e..0000000000 --- a/main/template/minedu/create_course/add_course.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/create_course/add_course.tpl" %} diff --git a/main/template/minedu/exercise/question/edit_question.tpl b/main/template/minedu/exercise/question/edit_question.tpl deleted file mode 100644 index ba1851b05e..0000000000 --- a/main/template/minedu/exercise/question/edit_question.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/exercise/question/edit_question.tpl" %} diff --git a/main/template/minedu/exercise/question/show_question.tpl b/main/template/minedu/exercise/question/show_question.tpl deleted file mode 100644 index 51708c55e6..0000000000 --- a/main/template/minedu/exercise/question/show_question.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/exercise/question/show_question.tpl" %} diff --git a/main/template/minedu/exercise/question_pool.tpl b/main/template/minedu/exercise/question_pool.tpl deleted file mode 100644 index 974edf1e55..0000000000 --- a/main/template/minedu/exercise/question_pool.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/exercise/question_pool.tpl" %} diff --git a/main/template/minedu/export/table_pdf.tpl b/main/template/minedu/export/table_pdf.tpl deleted file mode 100644 index 6e6d50eb8d..0000000000 --- a/main/template/minedu/export/table_pdf.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/export/table_pdf.tpl" %} diff --git a/main/template/minedu/form/form_custom_template.tpl b/main/template/minedu/form/form_custom_template.tpl deleted file mode 100644 index 7044863eba..0000000000 --- a/main/template/minedu/form/form_custom_template.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/form/form_custom_template.tpl" %} diff --git a/main/template/minedu/glossary/csv.tpl b/main/template/minedu/glossary/csv.tpl deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/main/template/minedu/glossary/edit.tpl b/main/template/minedu/glossary/edit.tpl deleted file mode 100644 index 0af19cef1c..0000000000 --- a/main/template/minedu/glossary/edit.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/glossary/edit.tpl" %} diff --git a/main/template/minedu/glossary/header.tpl b/main/template/minedu/glossary/header.tpl deleted file mode 100644 index 8900ce930c..0000000000 --- a/main/template/minedu/glossary/header.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/glossary/header.tpl" %} diff --git a/main/template/minedu/glossary/index.tpl b/main/template/minedu/glossary/index.tpl deleted file mode 100644 index c1e65a3982..0000000000 --- a/main/template/minedu/glossary/index.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/glossary/index.tpl" %} diff --git a/main/template/minedu/glossary/javascript.tpl b/main/template/minedu/glossary/javascript.tpl deleted file mode 100644 index de87d581cb..0000000000 --- a/main/template/minedu/glossary/javascript.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/glossary/javascript.tpl" %} diff --git a/main/template/minedu/glossary/list.tpl b/main/template/minedu/glossary/list.tpl deleted file mode 100644 index 0db7615b46..0000000000 --- a/main/template/minedu/glossary/list.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/glossary/list.tpl" %} diff --git a/main/template/minedu/glossary/table.tpl b/main/template/minedu/glossary/table.tpl deleted file mode 100644 index 4d52fe05d0..0000000000 --- a/main/template/minedu/glossary/table.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/glossary/table.tpl" %} diff --git a/main/template/minedu/glossary/upload.tpl b/main/template/minedu/glossary/upload.tpl deleted file mode 100644 index 34b6feb58a..0000000000 --- a/main/template/minedu/glossary/upload.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/glossary/upload.tpl" %} diff --git a/main/template/minedu/index/course_block.tpl b/main/template/minedu/index/course_block.tpl deleted file mode 100644 index 882fe2756a..0000000000 --- a/main/template/minedu/index/course_block.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/index/course_block.tpl" %} diff --git a/main/template/minedu/index/course_session_block.tpl b/main/template/minedu/index/course_session_block.tpl deleted file mode 100644 index 8c6ed4c865..0000000000 --- a/main/template/minedu/index/course_session_block.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/index/course_session_block.tpl" %} diff --git a/main/template/minedu/index/help_block.tpl b/main/template/minedu/index/help_block.tpl deleted file mode 100644 index d1afa67f48..0000000000 --- a/main/template/minedu/index/help_block.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/index/help_block.tpl" %} diff --git a/main/template/minedu/index/navigation_block.tpl b/main/template/minedu/index/navigation_block.tpl deleted file mode 100644 index 70a79e519c..0000000000 --- a/main/template/minedu/index/navigation_block.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/index/navigation_block.tpl" %} diff --git a/main/template/minedu/index/notice_block.tpl b/main/template/minedu/index/notice_block.tpl deleted file mode 100644 index 5577d90f64..0000000000 --- a/main/template/minedu/index/notice_block.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/index/notice_block.tpl" %} diff --git a/main/template/minedu/index/profile_block.tpl b/main/template/minedu/index/profile_block.tpl deleted file mode 100644 index 09174e6ef4..0000000000 --- a/main/template/minedu/index/profile_block.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/index/profile_block.tpl" %} diff --git a/main/template/minedu/index/profile_social_block.tpl b/main/template/minedu/index/profile_social_block.tpl deleted file mode 100644 index 5055d2a89e..0000000000 --- a/main/template/minedu/index/profile_social_block.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/index/profile_social_block.tpl" %} diff --git a/main/template/minedu/index/skills_block.tpl b/main/template/minedu/index/skills_block.tpl deleted file mode 100644 index fa93f14238..0000000000 --- a/main/template/minedu/index/skills_block.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/index/skills_block.tpl" %} diff --git a/main/template/minedu/index/teacher_block.tpl b/main/template/minedu/index/teacher_block.tpl deleted file mode 100644 index 0ec8ba0556..0000000000 --- a/main/template/minedu/index/teacher_block.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/index/teacher_block.tpl" %} diff --git a/main/template/minedu/index/user_image_block.tpl b/main/template/minedu/index/user_image_block.tpl deleted file mode 100644 index 5c0c70513b..0000000000 --- a/main/template/minedu/index/user_image_block.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/index/user_image_block.tpl" %} diff --git a/main/template/minedu/javascript/elfinder.tpl b/main/template/minedu/javascript/elfinder.tpl deleted file mode 100644 index a28733a23e..0000000000 --- a/main/template/minedu/javascript/elfinder.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/javascript/elfinder.tpl" %} diff --git a/main/template/minedu/layout/blank.tpl b/main/template/minedu/layout/blank.tpl deleted file mode 100644 index e02a27c0d8..0000000000 --- a/main/template/minedu/layout/blank.tpl +++ /dev/null @@ -1 +0,0 @@ -{{ content }} \ No newline at end of file diff --git a/main/template/minedu/layout/block_menu.tpl b/main/template/minedu/layout/block_menu.tpl deleted file mode 100644 index 9e6dca634a..0000000000 --- a/main/template/minedu/layout/block_menu.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/block_menu.tpl" %} diff --git a/main/template/minedu/layout/bread.tpl b/main/template/minedu/layout/bread.tpl deleted file mode 100644 index fdc476e3f6..0000000000 --- a/main/template/minedu/layout/bread.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/bread.tpl" %} diff --git a/main/template/minedu/layout/course_navigation.tpl b/main/template/minedu/layout/course_navigation.tpl deleted file mode 100644 index 8d4754779c..0000000000 --- a/main/template/minedu/layout/course_navigation.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/course_navigation.tpl" %} diff --git a/main/template/minedu/layout/error.tpl b/main/template/minedu/layout/error.tpl deleted file mode 100644 index a4bac15b3c..0000000000 --- a/main/template/minedu/layout/error.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/error.tpl" %} diff --git a/main/template/minedu/layout/footer.tpl b/main/template/minedu/layout/footer.tpl deleted file mode 100644 index 5a165fdd64..0000000000 --- a/main/template/minedu/layout/footer.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/footer.tpl" %} diff --git a/main/template/minedu/layout/head.tpl b/main/template/minedu/layout/head.tpl deleted file mode 100644 index b24e96ec93..0000000000 --- a/main/template/minedu/layout/head.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/head.tpl" %} diff --git a/main/template/minedu/layout/hot_course_item.tpl b/main/template/minedu/layout/hot_course_item.tpl deleted file mode 100644 index c760635a34..0000000000 --- a/main/template/minedu/layout/hot_course_item.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/hot_course_item.tpl" %} diff --git a/main/template/minedu/layout/hot_course_item_popup.tpl b/main/template/minedu/layout/hot_course_item_popup.tpl deleted file mode 100644 index fc89d35638..0000000000 --- a/main/template/minedu/layout/hot_course_item_popup.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/hot_course_item_popup.tpl" %} diff --git a/main/template/minedu/layout/hot_courses.tpl b/main/template/minedu/layout/hot_courses.tpl deleted file mode 100644 index 1af2ab2f56..0000000000 --- a/main/template/minedu/layout/hot_courses.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/hot_courses.tpl" %} diff --git a/main/template/minedu/layout/layout_1_col.tpl b/main/template/minedu/layout/layout_1_col.tpl deleted file mode 100644 index 1facb5d1ef..0000000000 --- a/main/template/minedu/layout/layout_1_col.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/layout_1_col.tpl" %} diff --git a/main/template/minedu/layout/layout_2_col.tpl b/main/template/minedu/layout/layout_2_col.tpl deleted file mode 100644 index 09b5872df3..0000000000 --- a/main/template/minedu/layout/layout_2_col.tpl +++ /dev/null @@ -1,113 +0,0 @@ -{% extends app.template_style ~ "/layout/main.tpl" %} - -{% block body %} - {# Main content #} - - {# Left column #} - -
- {% block right_column %} - - {# Plugin bottom #} - {% if plugin_content_top %} -
- {{ plugin_content_top }} -
- {% endif %} - - {# Portal homepage #} - {% if home_page_block %} -
-
-
- {{ home_page_block }} -
-
-
- {% endif %} - - {# ?? #} - {{ sniff_notification }} - - {% include app.template_style ~ "/layout/page_body.tpl" %} - - {% if content is not null %} -
- {{ content }} -
- {% endif %} - - {% include app.template_style ~ "/layout/page_post_body.tpl" %} - - {# Announcements #} - {% if announcements_block %} -
- {{ announcements_block }} -
- {% endif %} - - {# Course categories (must be turned on in the admin settings) #} - {% if course_category_block %} -
-
-
- {{ course_category_block }} -
-
-
- {% endif %} - - {# Hot courses template #} - {% include app.template_style ~ "/layout/hot_courses.tpl" %} - - {# Content bottom #} - {% if plugin_content_bottom %} -
- {{plugin_content_bottom}} -
- {% endif %} - {% endblock %} -   -
- -{% endblock %} diff --git a/main/template/minedu/layout/layout_3_col.tpl b/main/template/minedu/layout/layout_3_col.tpl deleted file mode 100644 index c841f2bffa..0000000000 --- a/main/template/minedu/layout/layout_3_col.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/layout_3_col.tpl" %} diff --git a/main/template/minedu/layout/login_form.tpl b/main/template/minedu/layout/login_form.tpl deleted file mode 100644 index a34dd4d738..0000000000 --- a/main/template/minedu/layout/login_form.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/login_form.tpl" %} diff --git a/main/template/minedu/layout/main.tpl b/main/template/minedu/layout/main.tpl deleted file mode 100644 index 63210a5a4e..0000000000 --- a/main/template/minedu/layout/main.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/main.tpl" %} diff --git a/main/template/minedu/layout/main_footer.tpl b/main/template/minedu/layout/main_footer.tpl deleted file mode 100644 index 6766c49256..0000000000 --- a/main/template/minedu/layout/main_footer.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/main_footer.tpl" %} diff --git a/main/template/minedu/layout/main_header.tpl b/main/template/minedu/layout/main_header.tpl deleted file mode 100644 index f3bfbb1b77..0000000000 --- a/main/template/minedu/layout/main_header.tpl +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - -{% include app.template_style ~ "/layout/head.tpl" %} - - - - -{% if app.template.show_header == true %} - -
- - {# Bug and help notifications #} - - - - {# topbar #} - {% include app.template_style ~ "/layout/topbar.tpl" %} - - {% block main_div_container %} - {% if app.full_width == 1 %} -
- {% else %} -
- {% endif %} - {% endblock main_div_container %} -
-
-
- {# logo #} - - - - {# plugin_header left #} - {% if plugin_header_left is not null %} -
- {{ plugin_header_left }} -
- {% endif %} -
- -
- {# plugin_header center #} - {% if plugin_header_center is not null %} -
- {{ plugin_header_center }} -
- {% endif %} -   -
-
- - - {# plugin_header right #} - {% if plugin_header_right is not null %} -
- {{ plugin_header_right }} -
- {% endif %} -   -
-
- - {% if plugin_header_main %} -
-
-
- {{ plugin_header_main }} -
-
-
- {% endif %} - - {# menu #} - {% include app.template_style ~ "/layout/menu.tpl" %} - - {# breadcrumb #} - {% if app.breadcrumbs %} - {{ app.breadcrumbs }} - {% else %} - {{ breadcrumb }} - {% endif %} -
- {% if app.full_width == 1 %} -
- {% else %} -
- {% endif %} - {# course navigation links/shortcuts need to be activated by the admin #} - {% include app.template_style ~ "/layout/course_navigation.tpl" %} -{% endif %} diff --git a/main/template/minedu/layout/menu.tpl b/main/template/minedu/layout/menu.tpl deleted file mode 100644 index b2ea3ee9a8..0000000000 --- a/main/template/minedu/layout/menu.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/menu.tpl" %} diff --git a/main/template/minedu/layout/messages.tpl b/main/template/minedu/layout/messages.tpl deleted file mode 100644 index b88030b011..0000000000 --- a/main/template/minedu/layout/messages.tpl +++ /dev/null @@ -1,9 +0,0 @@ -{% set alertTypeAvaillable = [ 'info', 'success', 'warning', 'error', 'notice'] %} -{% for alert in alertTypeAvaillable %} - {% for message in app.session.getFlashBag.get(alert) %} -
- - {{ message|trans }} -
- {% endfor %} -{% endfor %} diff --git a/main/template/minedu/layout/no_layout.tpl b/main/template/minedu/layout/no_layout.tpl deleted file mode 100644 index 859441dcc4..0000000000 --- a/main/template/minedu/layout/no_layout.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/no_layout.tpl" %} diff --git a/main/template/minedu/layout/page_body.tpl b/main/template/minedu/layout/page_body.tpl deleted file mode 100644 index 02d6dd15e4..0000000000 --- a/main/template/minedu/layout/page_body.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/page_body.tpl" %} diff --git a/main/template/minedu/layout/page_post_body.tpl b/main/template/minedu/layout/page_post_body.tpl deleted file mode 100644 index afd2746e47..0000000000 --- a/main/template/minedu/layout/page_post_body.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/page_post_body.tpl" %} diff --git a/main/template/minedu/layout/show_footer.tpl b/main/template/minedu/layout/show_footer.tpl deleted file mode 100644 index cb8114c6f5..0000000000 --- a/main/template/minedu/layout/show_footer.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/show_footer.tpl" %} diff --git a/main/template/minedu/layout/show_header.tpl b/main/template/minedu/layout/show_header.tpl deleted file mode 100644 index 192add769b..0000000000 --- a/main/template/minedu/layout/show_header.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/show_header.tpl" %} diff --git a/main/template/minedu/layout/sniff.tpl b/main/template/minedu/layout/sniff.tpl deleted file mode 100644 index 3905d4f4f7..0000000000 --- a/main/template/minedu/layout/sniff.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/sniff.tpl" %} diff --git a/main/template/minedu/layout/social_layout.tpl b/main/template/minedu/layout/social_layout.tpl deleted file mode 100644 index ceb00dcd11..0000000000 --- a/main/template/minedu/layout/social_layout.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/social_layout.tpl" %} diff --git a/main/template/minedu/layout/topbar.tpl b/main/template/minedu/layout/topbar.tpl deleted file mode 100644 index 48d323d681..0000000000 --- a/main/template/minedu/layout/topbar.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/topbar.tpl" %} diff --git a/main/template/minedu/layout/welcome_to_course.tpl b/main/template/minedu/layout/welcome_to_course.tpl deleted file mode 100644 index 05d089d09e..0000000000 --- a/main/template/minedu/layout/welcome_to_course.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/layout/welcome_to_course.tpl" %} diff --git a/main/template/minedu/learnpath/impress.tpl b/main/template/minedu/learnpath/impress.tpl deleted file mode 100644 index 2c99ca07cd..0000000000 --- a/main/template/minedu/learnpath/impress.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/learnpath/impress.tpl" %} diff --git a/main/template/minedu/learnpath/subscribe_users.tpl b/main/template/minedu/learnpath/subscribe_users.tpl deleted file mode 100644 index ba70309c16..0000000000 --- a/main/template/minedu/learnpath/subscribe_users.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/learnpath/subscribe_users.tpl" %} diff --git a/main/template/minedu/link/edit_category.tpl b/main/template/minedu/link/edit_category.tpl deleted file mode 100644 index bc0ac9633e..0000000000 --- a/main/template/minedu/link/edit_category.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/link/edit_category.tpl" %} diff --git a/main/template/minedu/link/edit_link.tpl b/main/template/minedu/link/edit_link.tpl deleted file mode 100644 index 64ed99a3f4..0000000000 --- a/main/template/minedu/link/edit_link.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/link/edit_link.tpl" %} diff --git a/main/template/minedu/link/index.tpl b/main/template/minedu/link/index.tpl deleted file mode 100644 index d044c86721..0000000000 --- a/main/template/minedu/link/index.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/link/index.tpl" %} diff --git a/main/template/minedu/mail/exercise/end_exercise_notification.tpl b/main/template/minedu/mail/exercise/end_exercise_notification.tpl deleted file mode 100644 index a6073fd05a..0000000000 --- a/main/template/minedu/mail/exercise/end_exercise_notification.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/mail/exercise/end_exercise_notification.tpl" %} diff --git a/main/template/minedu/mail/layout.tpl b/main/template/minedu/mail/layout.tpl deleted file mode 100644 index 6e25e5e444..0000000000 --- a/main/template/minedu/mail/layout.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/mail/layout.tpl" %} diff --git a/main/template/minedu/mail/sample/sample.tpl b/main/template/minedu/mail/sample/sample.tpl deleted file mode 100644 index 57259ff88a..0000000000 --- a/main/template/minedu/mail/sample/sample.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/mail/sample/sample.tpl" %} diff --git a/main/template/minedu/mail_editor/email_link.js.tpl b/main/template/minedu/mail_editor/email_link.js.tpl deleted file mode 100644 index 87b255a571..0000000000 --- a/main/template/minedu/mail_editor/email_link.js.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/mail_editor/email_link.js.tpl" %} diff --git a/main/template/minedu/notebook/edit.tpl b/main/template/minedu/notebook/edit.tpl deleted file mode 100644 index 7d6fe59dad..0000000000 --- a/main/template/minedu/notebook/edit.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/notebook/edit.tpl" %} diff --git a/main/template/minedu/notebook/header.tpl b/main/template/minedu/notebook/header.tpl deleted file mode 100644 index 62327c4055..0000000000 --- a/main/template/minedu/notebook/header.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/notebook/header.tpl" %} diff --git a/main/template/minedu/notebook/index.tpl b/main/template/minedu/notebook/index.tpl deleted file mode 100644 index 8eb5e8d4cc..0000000000 --- a/main/template/minedu/notebook/index.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/notebook/index.tpl" %} diff --git a/main/template/minedu/notebook/javascript.tpl b/main/template/minedu/notebook/javascript.tpl deleted file mode 100644 index 07c8c190c9..0000000000 --- a/main/template/minedu/notebook/javascript.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/notebook/javascript.tpl" %} diff --git a/main/template/minedu/notebook/list.tpl b/main/template/minedu/notebook/list.tpl deleted file mode 100644 index 7e38193308..0000000000 --- a/main/template/minedu/notebook/list.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/notebook/list.tpl" %} diff --git a/main/template/minedu/notebook/upload.tpl b/main/template/minedu/notebook/upload.tpl deleted file mode 100644 index ee175a2e63..0000000000 --- a/main/template/minedu/notebook/upload.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/notebook/upload.tpl" %} diff --git a/main/template/minedu/pages/add.tpl b/main/template/minedu/pages/add.tpl deleted file mode 100644 index 0daf5d9b59..0000000000 --- a/main/template/minedu/pages/add.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/pages/add.tpl" %} diff --git a/main/template/minedu/pages/listing.tpl b/main/template/minedu/pages/listing.tpl deleted file mode 100644 index f08b5d2b54..0000000000 --- a/main/template/minedu/pages/listing.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/pages/listing.tpl" %} diff --git a/main/template/minedu/pages/show.tpl b/main/template/minedu/pages/show.tpl deleted file mode 100644 index 5de07531ef..0000000000 --- a/main/template/minedu/pages/show.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/pages/show.tpl" %} diff --git a/main/template/minedu/skill/profile.tpl b/main/template/minedu/skill/profile.tpl deleted file mode 100644 index c460a17a45..0000000000 --- a/main/template/minedu/skill/profile.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/skill/profile.tpl" %} diff --git a/main/template/minedu/skill/profile_item.tpl b/main/template/minedu/skill/profile_item.tpl deleted file mode 100644 index de16f1c92b..0000000000 --- a/main/template/minedu/skill/profile_item.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/skill/profile_item.tpl" %} diff --git a/main/template/minedu/skill/skill_ranking.tpl b/main/template/minedu/skill/skill_ranking.tpl deleted file mode 100644 index 8bef9a74da..0000000000 --- a/main/template/minedu/skill/skill_ranking.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/skill/skill_ranking.tpl" %} diff --git a/main/template/minedu/skill/skill_tree.tpl b/main/template/minedu/skill/skill_tree.tpl deleted file mode 100644 index 73e9410b30..0000000000 --- a/main/template/minedu/skill/skill_tree.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/skill/skill_tree.tpl" %} diff --git a/main/template/minedu/skill/skill_tree_student.tpl b/main/template/minedu/skill/skill_tree_student.tpl deleted file mode 100644 index d14a8a3188..0000000000 --- a/main/template/minedu/skill/skill_tree_student.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/skill/skill_tree_student.tpl" %} diff --git a/main/template/minedu/skill/skill_wheel.js.tpl b/main/template/minedu/skill/skill_wheel.js.tpl deleted file mode 100644 index ac915f5983..0000000000 --- a/main/template/minedu/skill/skill_wheel.js.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/skill/skill_wheel.js.tpl" %} diff --git a/main/template/minedu/skill/skill_wheel.tpl b/main/template/minedu/skill/skill_wheel.tpl deleted file mode 100644 index d459354906..0000000000 --- a/main/template/minedu/skill/skill_wheel.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/skill/skill_wheel.tpl" %} diff --git a/main/template/minedu/skill/skill_wheel_student.tpl b/main/template/minedu/skill/skill_wheel_student.tpl deleted file mode 100644 index 299c4912a4..0000000000 --- a/main/template/minedu/skill/skill_wheel_student.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/skill/skill_wheel_student.tpl" %} diff --git a/main/template/minedu/skill/user_skills.tpl b/main/template/minedu/skill/user_skills.tpl deleted file mode 100644 index f446dffd81..0000000000 --- a/main/template/minedu/skill/user_skills.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/skill/user_skills.tpl" %} diff --git a/main/template/minedu/userportal/course_item.tpl b/main/template/minedu/userportal/course_item.tpl deleted file mode 100644 index 16eec05369..0000000000 --- a/main/template/minedu/userportal/course_item.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/userportal/course_item.tpl" %} diff --git a/main/template/minedu/userportal/course_page.tpl b/main/template/minedu/userportal/course_page.tpl deleted file mode 100644 index 9e3af33f12..0000000000 --- a/main/template/minedu/userportal/course_page.tpl +++ /dev/null @@ -1,2 +0,0 @@ -{% extends app.template_style ~ "/../default/userportal/course_page.tpl" %} - diff --git a/main/template/minedu/userportal/index.tpl b/main/template/minedu/userportal/index.tpl deleted file mode 100644 index 69f40e51da..0000000000 --- a/main/template/minedu/userportal/index.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/layout/layout_2_col.tpl" %} \ No newline at end of file diff --git a/main/template/minedu/work/view.tpl b/main/template/minedu/work/view.tpl deleted file mode 100644 index 0f9bb35ec6..0000000000 --- a/main/template/minedu/work/view.tpl +++ /dev/null @@ -1 +0,0 @@ -{% extends app.template_style ~ "/../default/work/view.tpl" %}