From 398a80e7c47c136077c5e490768f1b8169dc052c Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Mon, 20 Apr 2015 09:52:27 -0500 Subject: [PATCH] Remove unused files - refs BT#9583 #7385 --- main/admin/skill_badge_help.php | 35 ------------- main/template/default/skill/badge_issuer.tpl | 55 -------------------- 2 files changed, 90 deletions(-) delete mode 100644 main/admin/skill_badge_help.php delete mode 100644 main/template/default/skill/badge_issuer.tpl diff --git a/main/admin/skill_badge_help.php b/main/admin/skill_badge_help.php deleted file mode 100644 index 9e4f2c46c6..0000000000 --- a/main/admin/skill_badge_help.php +++ /dev/null @@ -1,35 +0,0 @@ - - * @package chamilo.admin.openbadges - */ -$cidReset = true; - -require_once '../inc/global.inc.php'; - -if (!api_is_platform_admin() || api_get_setting('allow_skills_tool') !== 'true') { - api_not_allowed(true); -} - - -$this_section = SECTION_PLATFORM_ADMIN; - -$interbreadcrumb = array( - array( - 'url' => api_get_path(WEB_CODE_PATH) . 'admin/index.php', - 'name' => get_lang('Administration') - ), - array( - 'url' => api_get_path(WEB_CODE_PATH) . 'admin/skill_badge.php', - 'name' => get_lang('Badges') - ) -); - -$tpl = new Template(get_lang('IssuerDetails')); - - -$contentTemplate = $tpl->get_template('skill/badge_issuer.tpl'); - -$tpl->display($contentTemplate); diff --git a/main/template/default/skill/badge_issuer.tpl b/main/template/default/skill/badge_issuer.tpl deleted file mode 100644 index 8f1c0600ab..0000000000 --- a/main/template/default/skill/badge_issuer.tpl +++ /dev/null @@ -1,55 +0,0 @@ -{% extends "default/layout/main.tpl" %} - -{% block body %} - - - - - - -
- - -
-
-
-
- {{ 'IssuerDetails' | get_lang }} -
- -
- {{ _s.institution }} -
-
-
- -
- {{ _p.web }} -
-
-
-
- {{ 'BackpackDetails' | get_lang }} -
- -
- {{ backpack }} -

{{ 'TheBadgesWillBeSentToThatBackpack' | get_lang }}

-
-
-
-
-
-
-
-{% endblock %}