Skip to content

Commit

Permalink
feature:2530 display album numeric identifier on its administration page
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@14990 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed May 15, 2012
1 parent 591795c commit 878a401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/cat_modify.php
Expand Up @@ -289,6 +289,8 @@ function get_site_url($category_id)
$intro = l10n('This album contains no photo.');
}

$intro.= '<br>'.sprintf(l10n('Numeric identifier : %d'), $category['id']);

$template->assign('INTRO', $intro);

$template->assign(
Expand Down

0 comments on commit 878a401

Please sign in to comment.