1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-02-27 13:35:32 -03:00
parent e55a6ab263
commit 7cf38721d4

View file

@ -37,7 +37,9 @@ foreach ($menu as $key => $value) {
<?php
}
?>
<?php echo __($value2['title']); ?>
<span class="menuLabel">
<?php echo __($value2['title']); ?>
</span>
</a>
</li>
<?php