Browse Source

add link to editor in footer

pull/19/head
Aaron Parecki 9 years ago
parent
commit
5641fb22b1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      views/layout.php

+ 2
- 1
views/layout.php View File

@ -62,7 +62,8 @@ if(property_exists($this, 'include_facebook')) {
<ul class="nav navbar-nav">
<? if(session('me')) { ?>
<li><a href="/new">New Post</a></li>
<li><a href="/editor">Editor</a></li>
<li><a href="/new">New Note</a></li>
<li><a href="/bookmark">Bookmark</a></li>
<li><a href="/favorite">Favorite</a></li>
<? } ?>

Loading…
Cancel
Save