bug fixes

This commit is contained in:
Mike Macgirvin 2010-07-19 05:24:22 -07:00
parent 9b0584e593
commit bbe53699f2
10 changed files with 29 additions and 26 deletions

View file

@ -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>

View file

@ -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>