Update templates.js
This commit is contained in:
parent
39140a06e6
commit
fb35bbf716
1 changed files with 1 additions and 4 deletions
|
@ -13,7 +13,6 @@ t.logoContent += '</ul>';
|
|||
/* logged out explore maps bars */
|
||||
t.activeContent = '<div class="exploreMapsMenu">';
|
||||
t.activeContent += '<div class="exploreMapsCenter">';
|
||||
t.activeContent += '<a href="/">My Maps</a>';
|
||||
t.activeContent += '<a href="/explore/active" class="active">Recently Active</a>';
|
||||
t.activeContent += '<a href="/explore/featured">Featured</a>';
|
||||
t.activeContent += '<a href="/explore/new">New</a>';
|
||||
|
@ -23,7 +22,6 @@ t.activeContent += '</div>';
|
|||
|
||||
t.featuredContent = '<div class="exploreMapsMenu">';
|
||||
t.featuredContent += '<div class="exploreMapsCenter">';
|
||||
t.featuredContent += '<a href="/">My Maps</a>';
|
||||
t.featuredContent += '<a href="/explore/active">Recently Active</a>';
|
||||
t.featuredContent += '<a href="/explore/featured" class="active">Featured</a>';
|
||||
t.featuredContent += '<a href="/explore/new">New</a>';
|
||||
|
@ -33,7 +31,6 @@ t.featuredContent += '</div>';
|
|||
|
||||
t.newContent = '<div class="exploreMapsMenu">';
|
||||
t.newContent += '<div class="exploreMapsCenter">';
|
||||
t.newContent += '<a href="/">My Maps</a>';
|
||||
t.newContent += '<a href="/explore/active">Recently Active</a>';
|
||||
t.newContent += '<a href="/explore/featured">Featured</a>';
|
||||
t.newContent += '<a href="/explore/new" class="active">New</a>';
|
||||
|
@ -83,4 +80,4 @@ t.newAuthContent = '<div class="exploreMapsMenu">';
|
|||
t.newAuthContent += '</div>';
|
||||
|
||||
module.exports = t;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue