Skip to content

Commit

Permalink
Link to index instead of forum view
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Jan 15, 2015
1 parent 0f16cac commit 616e7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/Sunrise/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>
<div class="jumbotron<?php echo $item_status ?>"<?php echo $jumbo_style ?>>
<div class="container">
<h2>New topic in <?php echo luna_htmlspecialchars($cur_posting['forum_name']) ?></h2><span class="pull-right"><a class="btn btn-danger" href="viewforum.php?id=<?php echo $cur_posting['id'] ?>"><span class="fa fa-chevron-left"></span> Cancel</a></span>
<h2>New topic in <?php echo luna_htmlspecialchars($cur_posting['forum_name']) ?></h2><span class="pull-right"><a class="btn btn-danger" href="index.php?id=<?php echo $cur_posting['id'] ?>"><span class="fa fa-chevron-left"></span> Cancel</a></span>
</div>
</div>
<div class="container">
Expand Down

0 comments on commit 616e7ed

Please sign in to comment.