Files
rm.rzeszow.pl/templates/other/alert.php
2023-09-04 21:59:34 +02:00

6 lines
113 B
PHP

<?
if ( isset( $this -> _alert ) && $this -> _alert )
{
?><div class="alert"><?=$this -> _alert;?></div><?
}
?>