first commit
This commit is contained in:
6
templates/other/alert.php
Normal file
6
templates/other/alert.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?
|
||||
if ( isset( $this -> _alert ) && $this -> _alert )
|
||||
{
|
||||
?><div class="alert"><?=$this -> _alert;?></div><?
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user