define(function(require, exports, module) { var t = {}; t.logoContent = ''; t.logoContent += ''; /* logged out explore maps bars */ t.activeContent = 'Recently Active'; t.activeContent += 'Featured'; t.activeContent += 'New'; t.featuredContent = 'Recently Active'; t.featuredContent += 'Featured'; t.featuredContent += 'New'; t.newContent = 'Recently Active'; t.newContent += 'Featured'; t.newContent += 'New'; /* logged in explore maps bars */ t.mineAuthContent = 'My Maps'; t.mineAuthContent += 'Recently Active'; t.mineAuthContent += 'Featured'; t.mineAuthContent += 'New'; t.activeAuthContent = 'My Maps'; t.activeAuthContent += 'Recently Active'; t.activeAuthContent += 'Featured'; t.activeAuthContent += 'New'; t.featuredAuthContent = 'My Maps'; t.featuredAuthContent += 'Recently Active'; t.featuredAuthContent += 'Featured'; t.featuredAuthContent += 'New'; t.newAuthContent = 'My Maps'; t.newAuthContent += 'Recently Active'; t.newAuthContent += 'Featured'; t.newAuthContent += 'New'; module.exports = t; });