feature:2530 display album numeric identifier on its administration page
git-svn-id: http://piwigo.org/svn/trunk@14990 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
591795c071
commit
878a401b46
1 changed files with 2 additions and 0 deletions
|
|
@ -289,6 +289,8 @@ else
|
|||
$intro = l10n('This album contains no photo.');
|
||||
}
|
||||
|
||||
$intro.= '<br>'.sprintf(l10n('Numeric identifier : %d'), $category['id']);
|
||||
|
||||
$template->assign('INTRO', $intro);
|
||||
|
||||
$template->assign(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue