Changeset 13025 for trunk/index.php


Ignore:
Timestamp:
Feb 3, 2012, 10:33:47 PM (12 years ago)
Author:
plg
Message:

feature 2561: fix links on album administration screens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r12908 r13025  
    181181  $template->assign(
    182182    'U_EDIT',
    183      get_root_url().'admin.php?page=cat_modify'
    184         .'&cat_id='.$page['category']['id']
     183    get_root_url().'admin.php?page=album-'.$page['category']['id']
    185184    );
    186185}
Note: See TracChangeset for help on using the changeset viewer.