10 lines
104 B
Plaintext
10 lines
104 B
Plaintext
|
<?php
|
||
|
/*
|
||
|
*
|
||
|
*/
|
||
|
?>
|
||
|
<div class="box">
|
||
|
<h1><?=__($error.".title");?></h1>
|
||
|
<?=__($error.".text");?>
|
||
|
</div>
|