Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "slide-out-chat-'.$row->user_ID.'"
- foreach($query as $row_check) {
- if($row_check->online == 1) {
- $list_online = "<span style='color: #05e676;' class='secondary-content medium-small'>online</span>";
- } else {
- if($row_check->days == 0) {
- if($row_check->hours == 0) {
- $list_time = "<span style='font-size:10px!important; color:red;' class='secondary-content medium-small'>".$row_check->minutes." minutes</span>";
- } else {
- if($row_check->minutes == 0) {
- $list_time = "<span style='font-size:10px!important;color:red;' class='secondary-content medium-small'>".$row_check->hours." hours</span>";
- } else {
- $list_time = "<span style='font-size:10px!important;color:red;' class='secondary-content medium-small'>".$row_check->hours.' hours : ' .$row_check->minutes." minutes</span>";
- }
- }
- } else {
- $list_time = "<span style='font-size:10px!important' class='secondary-content medium-small'>".$row_check->days."</span>";
- }
- }
- }
Add Comment
Please, Sign In to add comment