????
| Current Path : /home/degesdxb/public_html/wp-content/themes/hoteller/lib/ |
| Current File : //home/degesdxb/public_html/wp-content/themes/hoteller/lib/translation.lib.php |
<?php
function hoteller_theme_load() {
load_theme_textdomain( 'hoteller', get_template_directory().'/languages' );
}
add_action( 'init', 'hoteller_theme_load' );
?>