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/user_followings.php

    r20038 r20339  
    4444    <td><a href="<?php echo $c->baseUrl . '/' . $user['user_name']; ?>"><?php echo $user['user_name'] ?></a><br/> 
    4545 
     46        <?php if ($user_name === $session->user_name): ?> 
    4647        <a class="button" href="<?php echo "{$c->baseUrl}/friendships/delete/{$user['user_id']}/{$session->token}" ?>">remove</a> 
    47  
     48        <?php endif ?> 
    4849    </td> 
    4950    </tr>