diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-10-28 18:06:46 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-10-28 18:06:46 -0400 |
| commit | 9e7bacd46c1e5d0e1c24433690d421ab3f3a11f2 (patch) | |
| tree | 4d0cefa2780dfa4382f1ed2ea481b6aafbdbb15e /views/partials/footer.ejs | |
| parent | 50da9e3e677f121f15e501bf062da6c45db255ad (diff) | |
| parent | cce1dea756717f1308c6b72f762b5ea5f5b43958 (diff) | |
merge
Diffstat (limited to 'views/partials/footer.ejs')
| -rw-r--r-- | views/partials/footer.ejs | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 3f816f0..2d9fb59 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -1,18 +1,9 @@ <div class="footer"> - <a href="/about">About</a> - <a href="/about/faq">FAQ</a> - <a href="/about/terms">Terms</a> - <a href="/about/privacy">Privacy</a> - - <span>©2014 VVALLS Inc.</span> - [[ if (logged_in) { ]] - <br><br> - <span> - you are signed in as → - <a href="/profile/[[- user.username ]]">[[- user.displayName ]]</a> + signed in as + <a href="/profile/[[- user.username ]]"><b>[[- user.displayName ]]</b></a> [[ if (user.isStaff) { ]] <a href="/staff">Staff Area</a> [[ } ]] @@ -20,4 +11,21 @@ </span> [[ } ]] + <br><br> + + <a href="/about">About</a> + <a href="/about/howto">How To</a> + + [[ if (logged_in && user.plan_level > 0) { ]] + <a href="/profile/billing">Billing</a> + [[ } else { ]] + <a href="/about/brochure">Subscribe</a> + [[ } ]] + <a href="/about/terms">Terms</a> + <a href="/about/privacy">Privacy</a> + <a href="mailto:hello@vvalls.com">Contact</a> + <br><br> + <span>© 2016 Dot Dash 3, Inc.</span> + <a href="http://okfoc.us/">Site by OKFocus</a> + </div> |
