mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
Hilfe im Profil wird nur mehr angezeigt, wenn DMS-Eintrag im Locale vorhanden
This commit is contained in:
@@ -509,8 +509,12 @@ if(!$ansicht)
|
||||
}
|
||||
}
|
||||
}
|
||||
echo '<p><a href="../../../cms/content.php?content_id='.$p->t("dms_link/lvPlanFAQ").'" target="_blank">'.$p->t('global/hilfe').'</a></p></td>';
|
||||
echo'</tr>
|
||||
|
||||
//Überprüfung ob Hilfe-Link vorhanden
|
||||
if ($p->t("dms_link/profilhilfe")!='')
|
||||
echo '<p><a href="../../../cms/content.php?content_id='.$p->t("dms_link/profilhilfe").'" target="_blank">'.$p->t('global/hilfe').'</a></p>';
|
||||
|
||||
echo'</td></tr>
|
||||
<tr>
|
||||
<td class="teambox" style="width: 20%;">
|
||||
<B>'.$p->t('mailverteiler/mailverteiler').'</B><BR><BR>
|
||||
|
||||
Reference in New Issue
Block a user