|
|
|
@ -1,5 +1,4 @@ |
|
|
|
|
{% if just_created == 1%} |
|
|
|
|
{{ just_created_link }} |
|
|
|
|
<h3>{{ 'JustCreated'|get_lang }} {{ course_title }}</h3> |
|
|
|
|
<hr /> |
|
|
|
|
{% endif %} |
|
|
|
@ -31,7 +30,7 @@ |
|
|
|
|
<div class="col-md-3"> |
|
|
|
|
<div class="thumbnail"> |
|
|
|
|
{{ 'forum.png' | img(64, 'AddForum'|get_lang ) }} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="caption"> |
|
|
|
|
<a href="{{ _p.web_main }}forum/index.php?cidReq={{ course_id }}" class="btn btn-default"> |
|
|
|
|
<em class="fa fa-users"></em> {{ 'AddForum'|get_lang }} |
|
|
|
@ -42,7 +41,7 @@ |
|
|
|
|
{% if ("allow_user_course_subscription_by_course_admin" | get_setting) == 'true' or _u.is_admin == 1 %} |
|
|
|
|
<div class="col-md-3"> |
|
|
|
|
<div class="thumbnail"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{ 'user.png' | img(64, 'SubscribeUserToCourse'|get_lang ) }} |
|
|
|
|
<div class="caption"> |
|
|
|
|
<a href="{{ _p.web_main }}user/subscribe_user.php?cidReq={{ course_id }}" class="btn btn-default"> |
|
|
|
|