6 lines
99 B
PHP
6 lines
99 B
PHP
<?php
|
|
|
|
$smarty->display('error_error_404.html');
|
|
st_theme_use_stylesheet('stErrorPlugin.css');
|
|
|
|
?>
|