( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
$view = $_GET["view"];
$view = $db->base64url_decode($view);
$resultX = $db->getTeamDetails($view);
$teamtype = $resultX[0]["teamtype"];
$teamdescription = $resultX[0]["teamdescription"];
$picture = $resultX[0]["picture"];
$teamname = $resultX[0]["teamname"];
$teamcatalogid = $resultX[0]["catalogid"];
$teamid = $resultX[0]["teamid"];
$checkIfJoined=$db->checkIfJoined($teamid,$catalogidX);
if($teamcatalogid != $catalogidX){ if(empty($checkIfJoined))
{ header("Location: $siteaddress2/indexAlone.php?mode=myteam&campaign=campaigns&msg=Invalid+team+invite+code+");}
}
?>
<br>
<section class=" " >
<header class="panel-heading " >
<table width="100%" border="0" style="margin-top: 10px;">
<tr>
<td rowspan="2" width="60" style=" width:60px" >
<span style=" width:50px" class="thumb-sm avatar"><img class="img-circle" src="taswira.php?quality=70&nocache=1&width=150&height=150&cropratio=1:1&image=/v/uploads/teams/<?php echo $picture?>"></span>
</td>
<td><span class="text-black h3"> Team : <strong><?php echo $teamname?></strong> </span> </td>
</tr>
<tr>
<td><b class="text-black h6"><?php echo $teamdescription?> </b> </td>
</tr>
<tr>
<td colspan="2" style=" margin-top: 5px">
<a name="begin"></a>
<div id="err"></div>
<?php if($teamcatalogid != $catalogidX){?>
<?php include("sharedThemeTeam.php"); ?>
<?php } ?>
<?php if($teamcatalogid != $catalogidX){?>
<?php include("sharedPhotoTeam.php"); ?>
<?php } ?>
<?php if($teamcatalogid != $catalogidX){?>
<?php include("sharedCaptionTeam.php"); ?>
<?php } ?>
<?php if($myLevel == "Premium" || $myLevel == "Administrator"){?>
<?php if($teamcatalogid == $catalogidX){?>
<?php include("addThemeTeam.php"); ?>
<?php } ?>
<?php if($teamcatalogid == $catalogidX){?>
<?php include("addPhotoTeam.php"); ?> <?php } ?>
<?php if($teamcatalogid == $catalogidX){?>
<?php include("addCaptionTeam.php"); ?> <?php } ?>
<?php if($teamcatalogid == $catalogidX){?> <?php /*?><?php include("sharedThemeTeam.php"); ?> <?php */?><?php } ?>
<?php include("myTeamList.php"); ?>
<?php } ?>
</td>
</tr></table>
<?php if($teamcatalogid == $catalogidX){?>
<br>
<?php include("addTeam.php"); ?> <?php } ?>
</header></section>
<script>
</script>