7 lines
135 B
PHP
7 lines
135 B
PHP
<?php
|
|
gp_title( __( 'Not Found < GlotPress', 'glotpress' ) );
|
|
gp_tmpl_header();
|
|
|
|
_e( 'Not Found', 'glotpress' );
|
|
|
|
gp_tmpl_footer();
|