HESK v3.2.4

This commit is contained in:
Luke Tainton
2021-11-20 10:45:31 +00:00
parent fd87e36f6b
commit 2c117f14cb
180 changed files with 12764 additions and 12390 deletions

View File

@@ -457,8 +457,7 @@ $calling_script = basename($_SERVER['PHP_SELF'], '.php');
<div class="listitem__icon">
<a href="profile.php" class="mobile_ava">
<?php
$letter = substr($_SESSION['name'], 0, 1);
$letter = hesk_mb_substr($_SESSION['name'], 0, 1);
echo hesk_mb_strtoupper($letter);
?>
</a>
@@ -501,8 +500,7 @@ $calling_script = basename($_SERVER['PHP_SELF'], '.php');
<div class="profile__item profile__user out-close">
<div class="user__ava" data-action="show-profile">
<?php
$letter = substr($_SESSION['name'], 0, 1);
$letter = hesk_mb_substr($_SESSION['name'], 0, 1);
echo hesk_mb_strtoupper($letter);
?>
</div>