| 1234567891011121314 |
- <?php
- /* Welcome to Bones :)
- Thanks to the fantastic work by Bones users, we've now
- the ability to translate Bones into different languages.
- Developed by: Eddie Machado
- URL: http://themble.com/bones/
- */
- // Adding Translation Option
- load_theme_textdomain( 'bonestheme', get_template_directory() .'/library/translation' );
- ?>
|