first commit
This commit is contained in:
13
autoload/view/class.Messages.php
Normal file
13
autoload/view/class.Messages.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace view;
|
||||
|
||||
class Messages {
|
||||
|
||||
public function drawMessages()
|
||||
{
|
||||
$tpl = new \Savant3;
|
||||
$tpl -> _messages = \factory\Messages::getMessages();
|
||||
return $tpl -> fetch( 'other/massages' );
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user