Skip to content

Commit

Permalink
Merge pull request #21 from Cu8eR/patch-1
Browse files Browse the repository at this point in the history
Fixes #19 - Missing navigation in "Revisions"
  • Loading branch information
Krytic authored Nov 11, 2016
2 parents a0620b6 + ab8d7d4 commit 2a028ae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Upload/inc/plugins/wiki/templates/revision_article.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
</head>
<body>
{$header}
<ul class="btn-group">
<li><a href="wiki.php?action=view&amp;id={$wiki['id']}">{$lang->wiki_view}</a></li>
{$protect_opt}
<li><a href="wiki.php?action=edit&amp;id={$wiki['id']}">{$lang->edit}</a></li>
<li><a href="wiki.php?action=diff&amp;aid={$wiki['id']}">{$lang->wiki_revisions}</a></li>
<li><a href="wiki.php?action=contributors&amp;id={$wiki['id']}">{$lang->wiki_contributors}</a></li>
<li><a href="wiki.php?action=talk&amp;id={$wiki['id']}">{$lang->notes}</a></li>
{$watch_bit}
</ul>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2">
Expand All @@ -22,4 +31,4 @@
</table>
{$footer}
</body>
</html>
</html>

0 comments on commit 2a028ae

Please sign in to comment.