Skip to content

Commit

Permalink
#1336 Fix jumbotron heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Oct 13, 2015
1 parent 607040e commit 9900667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/Fifteen/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<div class="jumbotron"<?php echo $jumbo_style ?>>
<div class="container">
<?php if ($fid) { ?>
<h2><?php printf(__('New thread in "%s"', 'luna'), luna_htmlspecialchars($cur_posting['forum_name'])) ?></h2><span class="pull-right"><a class="btn btn-danger" href="index.php?id=<?php echo $cur_posting['fid'] ?>"><span class="fa fa-fw fa-chevron-left"></span> <?php _e('Cancel', 'luna') ?></a></span>
<h2 class="forum-title"><?php printf(__('New thread in "%s"', 'luna'), luna_htmlspecialchars($cur_posting['forum_name'])) ?></h2><span class="pull-right naviton"><a class="btn btn-danger" href="index.php?id=<?php echo $cur_posting['fid'] ?>"><span class="fa fa-fw fa-chevron-left"></span> <?php _e('Cancel', 'luna') ?></a></span>
<?php } else { ?>
<h2><?php printf(__('New comment in "%s"', 'luna'), luna_htmlspecialchars($cur_posting['subject'])) ?></h2><span class="pull-right"><a class="btn btn-danger" href="viewtopic.php?id=<?php echo $cur_posting['tid'] ?>"><span class="fa fa-fw fa-chevron-left"></span> <?php _e('Cancel', 'luna') ?></a></span>
<h2 class="forum-title"><?php printf(__('New comment in "%s"', 'luna'), luna_htmlspecialchars($cur_posting['subject'])) ?></h2><span class="pull-right naviton"><a class="btn btn-danger" href="viewtopic.php?id=<?php echo $cur_posting['tid'] ?>"><span class="fa fa-fw fa-chevron-left"></span> <?php _e('Cancel', 'luna') ?></a></span>
<?php } ?>
</div>
</div>
Expand Down

0 comments on commit 9900667

Please sign in to comment.