Skip to content

Commit

Permalink
themeform css for single.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxMedia committed Dec 1, 2015
1 parent a4e2a18 commit 71b26d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<div class="clear"></div>

<div class="entry <?php if ( ot_get_option('sharrre') != 'off' ) { echo 'share'; }; ?>">
<div class="entry themeform <?php if ( ot_get_option('sharrre') != 'off' ) { echo 'share'; }; ?>">
<div class="entry-inner">
<?php the_content(); ?>
<?php wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>')); ?>
Expand Down

0 comments on commit 71b26d8

Please sign in to comment.