|  |  | Home / Shop | 
| $_GET['test'] = "shop";
	include ('inc/menu.php'); 
	?> |  | if($_GET['shopItem']) { ?> 
		} else { ?>
			|  | 
				
				$query = "SELECT * FROM shop WHERE id = ".$_GET['shopItem'];
				$result = mysql_query($query, $conn);
				$i=0;
				while($data = mysql_fetch_array($result)) {
					echo '
					';
					$i++;
				}
				?>|  | '.strToUpper($data['titolo'.$qlng]).''.$data['descrizione'.$qlng].' '.$str['buybtn'].' Info
 |  |  |  
		
			|  | 
				
				
				$items = getShopItems_bm();
				$items_not = getShopItems_notbm();
				foreach ($items_not as $ni)
					array_push($items, $ni);
					
				foreach($items as $item) {
					
					$artistName = getArtistNameById($item['artista']);
					if($artistName != '')
						$artistName .= ': ';
					
					echo '
					| '.(($item['foto'] != '') ? '  ' : '  ').' | '.$artistName.'"'.$item['titolo'.$qlng].'" |  |  |