Newer
Older
WebMCR / upload / themes / default / blocks / notify / alert.html
@Qexy Qexy on 26 Feb 2016 361 bytes Big update to Beta 1.0
<div class="form-block block-notify">

	<div class="block-header"><?php echo $this->lng_b['alert']; ?> <a href="#" id="close-notify">&times;</a></div>

	<div class="block-line"></div>

	<div class="block-content">
		<div class="alert <?php echo $data['TYPE']; ?>">
			<b><?php echo $data['TITLE']; ?></b> <?php echo $data['MESSAGE']; ?>
		</div>
	</div>

</div>