I have in my module_tabs.php for my custom template the following.

define('MODULE_TABS_FEATURED', date('Y') . STORE_NAME);

It displays as: 2014Store Name

I want it to display as: 2014 Store Name (with a space between the year and the store name)

I've tried several things and none have worked.

Any suggestions are appreciated.