fixxxes
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
7f241b7a48
commit
0088ad9985
|
@ -762,7 +762,8 @@ function comicpress_check_themepack_file($filename = '') {
|
|||
global $themepack_directory;
|
||||
if (empty($filename)) return false;
|
||||
if ( ($themepack_directory != 'none' && !empty($themepack_directory) ) && file_exists(get_template_directory() . '/themepack/'.$themepack_directory.'/'.$filename) ) {
|
||||
include(get_template_directory() . '/themepack/' .$themepack_directory. '/'.$filename);
|
||||
$uhohkay = include(get_template_directory() . '/themepack/' .$themepack_directory. '/'.$filename);
|
||||
echo "got here".$uhohkay;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
@ -1 +1 @@
|
|||
<?php if ('open' == $post->comment_status) { ?><div class="comment-link"><?php comments_popup_link('<span class="comment-balloon comment-balloon-empty">”</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?></div><?php } ?>
|
||||
<?php if ($post->comment_status != 'closed') { ?><div class="comment-link"><?php comments_popup_link('<span class="comment-balloon comment-balloon-empty">”</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?></div><?php } ?>
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
<?php if ('open' == $post->comment_status) { ?><div class="comment-link"><?php comments_popup_link('<span class="comment-balloon comment-balloon-empty">”</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?></div><?php } ?>
|
||||
<?php if ($post->comment_status != 'closed') { ?>
|
||||
<div class="comment-link">
|
||||
<?php comments_popup_link('<span class="comment-balloon comment-balloon-empty">”</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
|
|
@ -1 +1 @@
|
|||
<?php if ('open' == $post->comment_status) { ?><div class="comment-link"><?php comments_popup_link('<span class="comment-balloon comment-balloon-empty">”</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?></div><?php } ?>
|
||||
<?php if ($post->comment_status != 'closed') { ?><div class="comment-link"><?php comments_popup_link('<span class="comment-balloon comment-balloon-empty">”</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?></div><?php } ?>
|
||||
|
|
|
@ -1 +1 @@
|
|||
<?php if ('open' == $post->comment_status) { ?><div class="comment-link">[ <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> ]</div><?php } ?>
|
||||
<?php if ($post->comment_status != 'closed') { ?><div class="comment-link">[ <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> ]</div><?php } ?>
|
||||
|
|
Loading…
Reference in New Issue