Просмотр файла element_error_page.php

Размер файла: 314B
<?php
	require_once './element_include/element_head.php';
	require_once './element_include/element_header_user_true.php';
	
	echo '<div class="nfl p5 mt5 mb5 small mlra cntr">';
	echo '<span class="white">'.$error1.'</span>';
	echo '</div>';
	require_once './element_include/element_foot_user_true.php';
?>