fix course description -refs #2681
parent
d9f64d6882
commit
cbc92b7e48
@ -0,0 +1,13 @@ |
||||
<?php |
||||
|
||||
/** |
||||
* Template (view in MVC pattern) used for listing course descriptions |
||||
* @author Christian Fasanando <christian1827@gmail.com> |
||||
* @package chamilo.course_description |
||||
*/ |
||||
|
||||
// protect a course script |
||||
api_protect_course_script(true); |
||||
|
||||
echo $toolbar; |
||||
echo $descriptions; |
||||
Loading…
Reference in new issue