diff --git a/header.php b/header.php index 037186b..b9f9eef 100644 --- a/header.php +++ b/header.php @@ -13,11 +13,7 @@ if( @include dirname(__FILE__) . '/public/config.php' ) { class ISQ { public static $general = array(), $links = array(), $social = array(), $recaptcha = array(); } // Load translations -function isq_load_textdomain() { - yourls_load_custom_textdomain( 'isq_translation', '/public/languages' ); -} - -isq_load_textdomain(); +yourls_load_custom_textdomain( 'isq_translation', '/public/languages' ); ?>