Akbare Posted November 10, 2020 Posted November 10, 2020 I have a web theme, but the notification doesn't appear like this image, how can I make it appear in my theme? thx for advance brother ^_^
0 Litro Endemic Posted November 13, 2020 Posted November 13, 2020 <!-- Messages --> <?php if ($message=$session->getMessage()): ?> <p class="message"><?php echo htmlspecialchars($message) ?></p> <?php endif ?> put these code on header of your template. 1
0 Akbare Posted November 14, 2020 Author Posted November 14, 2020 (edited) 18 hours ago, Litro Endemic said: <!-- Messages --> <?php if ($message=$session->getMessage()): ?> <p class="message"><?php echo htmlspecialchars($message) ?></p> <?php endif ?> put these code on header of your template. THX work like a charm case close Edited November 14, 2020 by Akbare
Question
Akbare
I have a web theme, but the notification doesn't appear like this image,
how can I make it appear in my theme?
thx for advance brother ^_^
2 answers to this question
Recommended Posts