update
This commit is contained in:
parent
69e7e33fc6
commit
66acc2537b
@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
if( $existed != false || $existed != '' ) {
|
if( $existed != false || $existed != '' ) {
|
||||||
$fav_class = 'fa fa-heart';
|
$fav_class = 'fas fa-heart';
|
||||||
} else {
|
} else {
|
||||||
$fav_class = 'fa fa-heart-o';
|
$fav_class = 'far fa-heart';
|
||||||
}
|
}
|
||||||
$need_login = '';
|
$need_login = '';
|
||||||
if( !is_user_logged_in() ){
|
if( !is_user_logged_in() ){
|
||||||
|
Loading…
Reference in New Issue
Block a user