Changeset 138


Ignore:
Timestamp:
Sep 20, 2003, 10:00:38 AM (21 years ago)
Author:
z0rglub
Message:

Thumbnail are linked to the picture_modify page instead of picture.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/infos_images.php

    r61 r138  
    280280    $thumbnail_url.= $conf['prefix_thumbnail'].$file.".".$row['tn_ext'];
    281281    $vtp->setVar( $sub, 'picture.thumbnail_url', $thumbnail_url );
    282     $url = '../picture.php?cat='.$_GET['cat_id'].'&image_id='.$row['id'];
     282    $url = './admin.php?page=picture_modify&image_id='.$row['id'];
    283283    $vtp->setVar( $sub, 'picture.url', add_session_id( $url ) );
    284284    $vtp->closeSession( $sub, 'picture' );
Note: See TracChangeset for help on using the changeset viewer.