|
|
@ -54,14 +54,14 @@ if (api_is_platform_admin()) { |
|
|
|
|
|
|
|
|
|
|
|
<?php |
|
|
|
<?php |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo '<div class="footer_emails">'; |
|
|
|
/* Plugins for footer section */ |
|
|
|
/* Plugins for footer section */ |
|
|
|
|
|
|
|
|
|
|
|
echo '<div id="plugin-footer">'; |
|
|
|
echo '<div id="plugin-footer">'; |
|
|
|
api_plugin('footer'); |
|
|
|
api_plugin('footer'); |
|
|
|
echo '</div>'; |
|
|
|
echo '</div>'; |
|
|
|
|
|
|
|
|
|
|
|
echo '<div class="footer_emails">'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (api_get_setting('show_tutor_data') == 'true') { |
|
|
|
if (api_get_setting('show_tutor_data') == 'true') { |
|
|
|
// Course manager |
|
|
|
// Course manager |
|
|
|
$id_course = api_get_course_id(); |
|
|
|
$id_course = api_get_course_id(); |
|
|
|