We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba58b26 commit 69c6e08Copy full SHA for 69c6e08
index.php
@@ -195,7 +195,9 @@
195
$controller->tpl->assign('notice_block', $controller->return_notice());
196
$controller->tpl->assign('help_block', $controller->return_help());
197
$controller->tpl->assign('student_publication_block', $controller->studentPublicationBlock());
198
-$controller->tpl->assign('skills_block', $controller->returnSkillLinks());
+if (!api_is_anonymous() && !api_user_is_login()) {
199
+ $controller->tpl->assign('skills_block', $controller->returnSkillLinks());
200
+}
201
202
if (api_is_anonymous()) {
203
$controller->tpl->setLoginBodyClass();
0 commit comments