6 lines
113 B
PHP
6 lines
113 B
PHP
<?
|
|
if ( isset( $this -> _alert ) && $this -> _alert )
|
|
{
|
|
?><div class="alert"><?=$this -> _alert;?></div><?
|
|
}
|
|
?>
|