mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
Multi categories for the same picture
git-svn-id: http://piwigo.org/svn/trunk@61 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -131,6 +131,10 @@ switch ( $_GET['page'] )
|
||||
$title = $lang['title_comments'];
|
||||
$page_valide = true;
|
||||
break;
|
||||
case 'picture_modify' :
|
||||
$title = $lang['title_picmod'];
|
||||
$page_valide = true;
|
||||
break;
|
||||
default:
|
||||
$title = $lang['title_default']; break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user