Init Repo
This commit is contained in:
11
resources/content/msg.php
Normal file
11
resources/content/msg.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
if (!defined('PICONTROL')) exit();
|
||||
|
||||
$tpl = new PiTpl;
|
||||
$tpl->assign('type', $data['type']);
|
||||
$tpl->assign('title', $data['title']);
|
||||
$tpl->assign('msg', $data['msg']);
|
||||
$tpl->assign('cancelable', $data['cancelable']);
|
||||
|
||||
$tpl->draw('msg');
|
||||
?>
|
||||
Reference in New Issue
Block a user