skala
Juan Carlos Raña 15 years ago
parent 21044a1656
commit 2c10ef021e
  1. 2
      main/template/default/auth/courses_list.php

@ -17,7 +17,7 @@ $courses_without_category = $courses_in_category[0];
<!-- Actions: The menu with the different options in cathe course management --> <!-- Actions: The menu with the different options in cathe course management -->
<div id="actions" class="actions"> <div id="actions" class="actions">
<?php if ($action != 'subscribe') { ?> <?php if ($action != 'subscribe') { ?>
&nbsp;<a href="<?php echo api_get_self(); ?>?action=subscribe"><?php echo Display::return_icon('back.png', get_lang('SubscribeToCourse'),'','32'); ?></a> &nbsp;<a href="<?php echo api_get_self(); ?>?action=subscribe"><?php echo Display::return_icon('user_subscribe_course.png', get_lang('SubscribeToCourse'),'','32'); ?></a>
<?php } ?> <?php } ?>
<?php if ($action != 'sortmycourses' && isset($action)) { ?> <?php if ($action != 'sortmycourses' && isset($action)) { ?>

Loading…
Cancel
Save