Show
Ignore:
Timestamp:
10/01/08 08:02:29 (3 months ago)
Author:
anatoo
Message:

テンプレート周りいじった

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/plain_php/trunk/resource/settings.php

    r20038 r20339  
    5757                <?php if ($user['private_flag']) echo 'checked="checked" ' ?>/>  
    5858            <label for="private_flag">つぶやきを非公開にする</label> 
    59             <?php if ($user['private_flag']): ?> 
    60                 <a href="/public_timeline"><br/>公開中</a> 
     59            <?php if (!$user['private_flag']): ?> 
     60                <br/><a href="/public_timeline">公開中</a> 
    6161            <?php endif ?></td> 
    6262      </tr><tr>