mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
10 lines
191 B
PHP
10 lines
191 B
PHP
<?php
|
|
global $SMTheme;
|
|
|
|
get_header();
|
|
?>
|
|
<h1 class="page-title"><?php echo $SMTheme->_( 'errortext' ); ?></h1>
|
|
<?php echo $SMTheme->_( 'errorsolution' ); ?>
|
|
<?php
|
|
get_footer();
|
|
?>
|