Skip to content

Commit

Permalink
remove comments heading when disqus is enabled
Browse files Browse the repository at this point in the history
Phil Bayfield committed Jul 15, 2015
1 parent 271d504 commit 2933a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/picture.tpl
Original file line number Diff line number Diff line change
@@ -307,7 +307,6 @@
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<h3>{'Comments'|@translate}</h3>
{$shortname = $theme_config->comments_disqus_shortname}
{if $theme_config->comments_type == 'disqus' and !empty($shortname)}
<div id="disqus_thread"></div>
@@ -322,6 +321,7 @@ dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
{/strip}
{/footer_script}
{else}
<h3>{'Comments'|@translate}</h3>
<div class="tabbable">
<ul class="nav nav-pills">
{if $COMMENT_COUNT > 0}

0 comments on commit 2933a85

Please sign in to comment.