Jump to content
  • 0

FluxCP notice


Akbare

Question


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

I have a web theme, but the notification doesn't appear like this image,

1424722390_2020-11-10(3).thumb.png.15f1ac76ebd83c75caff03293f0bc223.png

how can I make it appear in my theme?

email.thumb.jpg.850b7e440f5cc4e29add8b114736c71f.jpg

 

thx for advance brother ^_^

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  283
  • Reputation:   76
  • Joined:  06/13/13
  • Last Seen:  

	<!-- Messages -->
	<?php if ($message=$session->getMessage()): ?>
		<p class="message"><?php echo htmlspecialchars($message) ?></p>
	<?php endif ?>

put these code on header of your template.

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

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 by Akbare
Link to comment
Share on other sites

×
×
  • Create New...