mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
bug fixes
This commit is contained in:
parent
9b0584e593
commit
bbe53699f2
10 changed files with 29 additions and 26 deletions
|
@ -29,7 +29,7 @@
|
|||
|| (strlen($profile['region']))
|
||||
|| (strlen($profile['postal-code']))
|
||||
|| (strlen($profile['country-name']))) { ?>
|
||||
<span class="location">Location:
|
||||
<div class="location">Location:
|
||||
<div class="adr">
|
||||
<div class="street-address"><?php if(strlen($profile['address'])) echo $profile['address']; ?></div>
|
||||
<span class="city-state-zip"><span class="locality"><?php echo $profile['locality']; ?></span><?php if(strlen($profile['locality'])) echo ', '; ?><span class="region"><?php echo $profile['region'] ?></span><?php if(strlen($profile['postal-code'])) { ?> <span class="postal-code"><?php echo $profile['postal-code']; ?></span><?php } ?></span>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<?php
|
||||
|
||||
<div id="profile-tabs-wrapper" >
|
||||
<div id="profile-tab-status-tab" class="profile-tabs" >
|
||||
|
@ -6,11 +5,11 @@
|
|||
</div>
|
||||
|
||||
<div id="profile-tab-profile-tab" class="profile-tabs" >
|
||||
<a href="$url&tab=profile" id="profile-tab-profile-link" >Profile</a>
|
||||
<a href="$url?tab=profile" id="profile-tab-profile-link" >Profile</a>
|
||||
</div>
|
||||
|
||||
<div id="profile-tab-photos-tab" class="profile-tabs" >
|
||||
<a href="$url&tab=photos" id="profile-tab-photos-link" >Photos</a>
|
||||
<a href="$url?tab=photos" id="profile-tab-photos-link" >Photos</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue