This commit is contained in:
Hoang Huu
2019-09-28 14:21:30 +07:00
4 changed files with 3 additions and 70 deletions

View File

@@ -1,8 +1,8 @@
<?php
if( $existed != false || $existed != '' ) {
$fav_class = 'fa fa-heart';
$fav_class = 'fas fa-heart';
} else {
$fav_class = 'fa fa-heart-o';
$fav_class = 'far fa-heart';
}
$need_login = '';
if( !is_user_logged_in() ){