Akbare Posted November 10, 2020 Share 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 ^_^ Quote Link to comment Share on other sites More sharing options...
0 Litro Endemic Posted November 13, 2020 Share 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 Quote Link to comment Share on other sites More sharing options...
0 Akbare Posted November 14, 2020 Author Share 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 Quote Link to comment Share on other sites More sharing options...
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 ^_^
Link to comment
Share on other sites