define(function(require, exports, module) { var t = {}; t.logoContent = ''; /* logged out explore maps bars */ t.activeContent = '
Recently Active Maps
'; t.activeContent += '
Featured Maps
'; t.featuredContent = '
Recently Active Maps
'; t.featuredContent += '
Featured Maps
'; /* logged in explore maps bars */ t.mineAuthContent = '
My Maps
'; t.mineAuthContent += '
Shared With Me
'; t.mineAuthContent += '
Recently Active
'; t.sharedAuthContent = '
My Maps
'; t.sharedAuthContent += '
Shared With Me
'; t.sharedAuthContent += '
Recently Active
'; t.activeAuthContent = '
My Maps
'; t.activeAuthContent += '
Shared With Me
'; t.activeAuthContent += '
Recently Active
'; /* apps bars */ t.registeredAppsContent = '
Registered Apps
'; t.registeredAppsContent += '
Authorized Apps
'; t.authorizedAppsContent = '
Registered Apps
'; t.authorizedAppsContent += '
Authorized Apps
'; module.exports = t; });