Skip to content

Commit

Permalink
[skins] fixed github issues #20 and #21
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Nov 16, 2009
1 parent 84eef5c commit da4db36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions skins/CleanAndSoft/sidebar.tmpl
Expand Up @@ -5,6 +5,7 @@
<li><a href='/'>Main Page</a></li>
<li><a href='<TMPL_VAR NAME=WEBROOT>/view/About'>About this site</a></li>
<li><a href='<TMPL_VAR NAME=WEBROOT>/recent'>Recent Changes</a></li>
<li><a href='<TMPL_VAR NAME=WEBROOT>/all'>All pages</a></li>
</ul>
</li>

Expand Down
10 changes: 0 additions & 10 deletions skins/CleanAndSoft/toolbar.tmpl
Expand Up @@ -2,17 +2,7 @@
<TMPL_IF NAME=LOGGED_IN>
<TMPL_IF NAME=VIEW_PAGE>
<li><a href="<TMPL_VAR NAME=WEBROOT>/edit/<TMPL_VAR NAME=PAGE>">Edit</a></li>
<!-- <li><a href="<TMPL_VAR NAME=WEBROOT>/history/<TMPL_VAR NAME=PAGE>"">History</a></li> -->
<TMPL_ELSE>

<TMPL_IF NAME=PAGE>
<li><a href="<TMPL_VAR NAME=WEBROOT>/view/<TMPL_VAR NAME=PAGE>">Back to <TMPL_VAR NAME=TITLE></a></li>
<TMPL_ELSE>
<li><a href="/<TMPL_VAR NAME=WEBROOT>">Back to Main Page</a></li>
</TMPL_IF>

</TMPL_IF>
<li><a href="<TMPL_VAR NAME=WEBROOT>/recent">Recent Changes</a></li>
<li><a href="<TMPL_VAR NAME=WEBROOT>/out">Log out</a></li>
<TMPL_ELSE>
<li><a href="<TMPL_VAR NAME=WEBROOT>/in">Log in</a></li>
Expand Down

0 comments on commit da4db36

Please sign in to comment.