OSDN Git Service

最終アクセス時間表示削除
authorCake <cake_67@users.sourceforge.jp>
Wed, 2 Jun 2010 11:20:37 +0000 (20:20 +0900)
committerCake <cake_67@users.sourceforge.jp>
Wed, 2 Jun 2010 11:20:37 +0000 (20:20 +0900)
app/views/elements/home_left.ctp

index 0bd49c2..60665a6 100644 (file)
@@ -46,22 +46,6 @@ if (isset($target_user)) {
        if ($url && $isOwner) {
                echo $html->div('EditLink editImageLink', $html->link(__('Edit Image', true), $url));
        }
-
-       if (!$isOwner) {
-               echo $html->div('LastAccess', 
-                       __('Last Access', true)
-               );
-               echo $html->div('LastAccess', 
-                       $time->timeAgoInWords(
-                               $target_user['User']['modified'],
-                               array(
-                                       'format' => 'Y/m/d',
-                                       'end' => '+1 days'
-                               ),
-                               true
-                       )
-               );
-       }
 ?>
 <?php endif; ?>