mirror of
https://github.com/itflow-org/itflow
synced 2026-08-05 07:07:14 +00:00
Use Short echo tags across the code
This commit is contained in:
@@ -27,7 +27,7 @@ if (!empty($_SESSION['alert_message'])) {
|
||||
"hideMethod": "fadeOut"
|
||||
}
|
||||
|
||||
toastr["<?php echo $_SESSION['alert_type']; ?>"]("<?php echo $_SESSION['alert_message']; ?>")
|
||||
toastr["<?= $_SESSION['alert_type'] ?>"]("<?= $_SESSION['alert_message'] ?>")
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user