/**
* Theme Name: Arolax Child
* Description: This is a child theme of Arolex
* Author: <a href="http://themeforest.net/user/crowdytheme">CrowdyTheme</a>
* Template: arolax
* Version: 1.0
*/


function display_current_year() {
    return date('Y');
}
add_shortcode('current_year', 'display_current_year');
