Update menu.tpl

This commit is contained in:
novgorodschi catalin
2026-06-04 10:18:09 +03:00
parent 11ce6e6052
commit 208f4bc31c
-4
View File
@@ -129,10 +129,6 @@ $idUser = isset($_SESSION['id_user']) ? (int)$_SESSION['id_user'] : 0;
<a href="build_croppers.php">
Build Cropper
</a>
<a href="sysmsg.php">
<?php echo SYSTEM_MESSAGE; ?>
</a>
<?php
}
?>