Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hello guys I wanna edit this message:
{$lng->user_cp_premium_membership}: {$remain_day_premium}
Is there a way to display orange message if user dont have premium, and how can i display green message if user have premium membership.
<div class="premiumbox{$premium_flag}">{$lng->user_cp_premium_membership}: {$remain_day_premium}</div>
.premiumbox0 {color: orange}
.premiumbox1 {color:green}