Skip to content

Commit

Permalink
Bug #18, Plugin - design review part 3, with @peterdevinegmd [iet:771…
Browse files Browse the repository at this point in the history
…5441][iet:7571470]
  • Loading branch information
nfreear committed Jan 11, 2017
1 parent c47ce02 commit 7b82111
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions simple_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,19 @@ protected function display_content( $sub_menu, $menu_id, $classes, $show_comment
<?php self::display_comments( $it->object_id, $show_comments ) ?>
</div>
<div class="col-md-3 case-study">
<h4 class="cs-title"> Case study </h4> <!-- Tricky topics guide -->
<!-- Tricky topics guide -->
<p><img src="/wp-content/themes/tttt-guide/images/default-case-study.png" alt="" /></p>
<h4 class="cs-title"> Case study </h4>
<?php echo apply_filters( 'lorem_small', null ) ?>
<a href="#view-more" role="button" data-toggle="tooltip" title="View the case study.">View more</a>
</div>
</div>

<?php if ( $with_top_link ): ?>
<div class="row"><a href="#site-main" class="col-md-9 tttt-to-top">Return to top of page</a></div>
<div class="col-md-12"><a href="#site-main" class="col-md-9 tttt-to-top">Return to top of page</a></div>
<?php endif; ?>

</div>

<?php endforeach ?>
</div><?php

Expand Down

0 comments on commit 7b82111

Please sign in to comment.