Akbare Posted November 10, 2020 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 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 ^_^ Link to comment Share on other sites More sharing options...
0 Litro Endemic Posted November 13, 2020 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 283 Reputation: 79 Joined: 06/13/13 Last Seen: June 7, 2023 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 Link to comment Share on other sites More sharing options...
0 Akbare Posted November 14, 2020 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 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 Link to comment Share on other sites More sharing options...
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 ^_^
Link to comment
Share on other sites
2 answers to this question
Recommended Posts