?AlkantarClanX12
| Current Path : /home/rankinh/reunionmag/wp-content/themes/reunionmag/library/ |
| Current File : /home/rankinh/reunionmag/wp-content/themes/reunionmag/library/translation.php |
<?php
// Adding Translation Option
load_theme_textdomain( 'rubik', get_template_directory() .'/languages' );
$locale = get_locale();
$locale_file = get_template_directory() ."/library/$locale.php";
if ( is_readable($locale_file) ) {
require_once(get_template_directory() ."/library/$locale.php");
}
?>