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