anpassung am code

main
elfenland 10 years ago
parent b1b823eee0
commit 76025ee33f

@ -393,7 +393,8 @@ function displayClanProfileEditable($clan, $userid){
<td><?php echo $clan['info']; ?></td>
</tr>
<?php
if(isClanBackgroundAvailable($clan['id'])) { ?><tr>
if(isClanBackgroundAvailable($clan['id'])) { ?>
<tr>
<th align="Left" height="25">
Background:<a
href="index.php?as=clan/clan_info&action=edit&what=Background">(edit)</a>
@ -477,8 +478,7 @@ function displayClanProfile($clanid, $userid){
displayClanProfileEditable($clan, $user['id']);
}
if($clan['background'] != "0"){
?>
if($clan['background'] != "0"){ ?>
<style type="text/css">
#content
{

Loading…
Cancel
Save