Newer
Older
WebMCR / upload / install / theme / notify.html
@Qexy.org Qexy.org on 27 Mar 2017 176 bytes Update 1.4.1
<div class="notify">
	<a href="#" class="close">&times;</a>
	<div class="title"><?php echo $data['TITLE']; ?></div>
	<div class="text"><?php echo $data['TEXT']; ?></div>
</div>