[collaboration]"; } } else { $band_name_str = $albumInfo["band"]; } $mTitle = $band_name_str." - ".$lyrics["track"]." Lyrics"; //$m_title_tmp = " Lyrics"; $description = $band_name_str." - ".$lyrics["track"]." Lyrics : "; $description .= trim(str_replace(" "," ",str_replace("\r\n"," ",strip_tags($lyrics["lyrics"])))); $description = cutStr($description,250); if (strlen($description)<80) $description = ""; $mTitle = str_replace("<","<",$mTitle); $mTitle = str_replace(">",">",$mTitle); $description = str_replace("<","<",$description); $description = str_replace(">",">",$description); $meta_description = $description; if ($albumInfo["big_cover"]=="y") $og_image = "/album-cover-artwork/".$albumInfo["image"]; else $og_image = "/album/cover/".$albumInfo["image"]; $head_string = " "; if ($description) { $head_string .= " "; } $fb_data_href = $protocol_site_domain.$lyrics_song_url; $tmp = 0; if ($albumInfo["member"]) $tmp += 5; if ($albumInfo["guest_session"]) $tmp += 5; if ($albumInfo["other_staff"]) $tmp += 5; $tmp += $band_info["lyrics_num"]; if ($isMobile) { $no_top_ad = 1; if ($tmp>=17 || strlen($lyrics["lyrics"])>=200) $echo_matched_content = 1; $head_include_file = " "; $top_include_file = "../mobile_top.php"; $main_include_file = "include/mobile_lyrics_view.php"; include "../mobile_site_layout.php"; } else { $a_year_album = substr($albumInfo["release_date"],0,4); //$top_big_ad_file = "../etc/mk_lyrics_top_auto_1.php"; $top_big_ad_file = ""; $head_include_file = " "; $top_include_file = "../top_new.php"; $main_include_file = "include/lyrics_view.php"; $side_include_file_1 = "../side/side_group_lyrics.php"; if ($tmp>=17 || strlen($lyrics["lyrics"])>=200) $side_include_file_2 = "../side/matched_content.php"; include "../site_layout_new.php"; } include "../hidden2.php"; ?>