%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/devcapijob/public_html/liberary/
Upload File :
Create Path :
Current File : /home/devcapijob/public_html/liberary/msg.php

<?php
/**
* @version		1
* @package		yassir
* @copyright	Copyright (C) 2011 Open Source Matters. All rights reserved.
* @license		sharware
*/

//protection contre accée direct
defined('PATH_BASE') or die( 'Restricted access' );

class MSG{
	
	function info($message){
		return utf8_encode('<h4 class="alert_success bg-success">'.$message.'<span></span></h4>');
		}
	
	function erreur($message){
		return utf8_encode('<h4 class="alert_error bg-danger">'.$message.'<span></span></h4>');
		}
	
	function alert($message){
		return utf8_encode('<h4 class="alert_warning bg-warning">'.$message.'<span></span></h4>');
		}
	
}
?>

Zerion Mini Shell 1.0